# Get Coupon Get coupon details by its code. Endpoint: GET /projects/{project_id}/coupons/{code}/details Version: 2.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) Project ID. - `code` (string, required) Coupon code. ## Response 200 fields (application/json): - `key` (string) Key of the user attribute. - `name` (object) Localized attribute names. - `name.en` (string) English. - `name.ru` (string) Russian. - `name.cs` (string) Czech. - `name.ar` (string) Arabic. - `name.bg` (string) Bulgarian. - `name.cn` (string) Chinese (Simplified). - `name.tw` (string) Chinese (Traditional). - `name.fr` (string) French. - `name.de` (string) German. - `name.he` (string) Hebrew. - `name.it` (string) Italian. - `name.ko` (string) Korean. - `name.pl` (string) Polish. - `name.pt` (string) Portuguese. - `name.ro` (string) Romanian. - `name.es` (string) Spanish. - `name.th` (string) Thai. - `name.tr` (string) Turkish. - `name.vi` (string) Vietnamese. - `name.ja` (string) Japanese. - `type` (string) Key type. Enum: "int", "string", "enum", "date" - `list_of_values` (array) Array of possible values for enum type. - `skip_condition_on_nonexistent_key` (boolean) Whether to skip the condition if key doesn't exist. - `visible` (boolean)