# Get Promotion Retrieves a promotion. NoticeThis API call does not contain the project_id path-parameter, so you need to use the API key that is valid in all the company’s projects to set up authorization. Endpoint: GET /merchants/{merchant_id}/promotions/{promotion_id} Version: 2.0 Security: basicAuth ## Path parameters: - `merchant_id` (integer, required) Merchant ID. - `promotion_id` (integer, required) Promotion ID. ## Response 200 fields (application/json): - `technical_name` (string) Technical name of the promotion. - `project_id` (integer) Project ID. - `label` (object) Array of localized labels to show in the payment UI. - `label.en` (string) English. - `label.ru` (string) Russian. - `label.cs` (string) Czech. - `label.ar` (string) Arabic. - `label.bg` (string) Bulgarian. - `label.cn` (string) Chinese (Simplified). - `label.tw` (string) Chinese (Traditional). - `label.fr` (string) French. - `label.de` (string) German. - `label.he` (string) Hebrew. - `label.it` (string) Italian. - `label.ko` (string) Korean. - `label.pl` (string) Polish. - `label.pt` (string) Portuguese. - `label.ro` (string) Romanian. - `label.es` (string) Spanish. - `label.th` (string) Thai. - `label.tr` (string) Turkish. - `label.vi` (string) Vietnamese. - `label.ja` (string) Japanese. - `name` (object) Array of localized promotion names. - `description` (object) Array of localized promotion descriptions. - `id` (integer) - `read_only` (boolean) - `show_banner` (boolean) - `enabled` (boolean)