{"openapi":"3.0.0","info":{"title":"Triggers API","description":"Manages trigger programs within Dotdigital Personalization. Trigger programs define automated actions — such as sending follow-up messages or updating contact attributes — that fire in response to behavioural events. Operations include listing, retrieving, updating, deleting, and cloning trigger configurations, as well as managing the associated trigger items.","version":"1.0.1"},"servers":[{"url":"https://{region}-api-freshrelevance.dotdigital.com/api","variables":{"region":{"description":"The region id your account belongs to","enum":["r1","r2","r3"],"default":"r1"}}}],"security":[{"apiTokenAuth":[]}],"paths":{"/{website_id}/triggers/":{"get":{"tags":["Manage triggers"],"summary":"Lists program triggers","description":"Retrieves a list of program triggers for the requesting account and website.","operationId":"getListTriggers","parameters":[{"name":"website_id","in":"path","description":"Website ID for the account you are posting data to.","required":true,"schema":{"type":"string"},"example":"abc123"},{"name":"format","in":"query","description":"Get data in JSON format.","required":true,"schema":{"type":"string","enum":["json"]},"example":"json"},{"name":"include_deleted","in":"query","description":"Include deleted / inactive triggers in the results.","required":false,"schema":{"type":"boolean"}},{"name":"show_only_deleted","in":"query","description":"Only return deleted / inactive triggers in the results.","required":false,"schema":{"type":"boolean"}},{"name":"include_live_flag","in":"query","description":"Include `is_live` flag in the results which can impact call times.","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"The program triggers.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/inline_response_200"},"examples":{"success":{"value":{"count":29,"total":29,"page":1,"links":{},"results":[{"name":"Abandon Cart - Send 1 Email using a Transactional ESP Hest","id":"sc0tkf4","type":"Cart Abandon","paused":false,"active":true,"last_updated_by":"franky.bloggs","modified":"2024-09-09T13:47:39.486000","total_sent":100,"total_sent_last_7_days":0,"total_persons_added_last_7_days":0,"actions":[{"id":"qmx9uf7","verb":"waitfor","wait_units":"mins","wait_number":0},{"id":"i27ywhj","verb":"send","subject":"Transactional - Did you forget something (rule test / false)"}],"used_in_triggers":["b","b"]},{"name":"10 min Browse Abandon - Send 1 Email using a Transactional ESP","id":"6l70pa1","type":"Browse Abandon","paused":false,"active":true,"last_updated_by":"joe.bloggs","modified":"2023-07-27T15:48:54.132000","total_sent":71,"total_sent_last_7_days":0,"total_persons_added_last_7_days":0,"actions":[{"id":"qmx9uf7","verb":"waitfor","wait_units":"mins","wait_number":0},{"id":"i27ywhj","verb":"send","subject":"Did you forget something?"}],"used_in_triggers":["ba","ba"]},{"name":"Hester test transactional 1 - loss","id":"esdscds","type":"Custom","paused":false,"active":true,"last_updated_by":"leanne.spratt","modified":"2023-07-27T15:42:52.502000","total_sent":7,"total_sent_last_7_days":0,"total_persons_added_last_7_days":0,"actions":[{"id":"ct1qmx9uf7","verb":"waitfor","wait_units":"mins","wait_number":0},{"id":"ct1i27ywhj","verb":"send","subject":"Loss - custom trigger test 1"}],"used_in_triggers":[]},{"name":"Abandon Cart - Set field, Add to list","id":"6dds7lk","type":"Cart Abandon","paused":false,"active":true,"last_updated_by":"deborah.bloggs","modified":"2024-12-03T20:47:59.679000","total_sent":0,"total_sent_last_7_days":0,"total_persons_added_last_7_days":0,"actions":[{"id":"gfdvd1","verb":"waitfor","wait_units":"mins","wait_number":0},{"id":"gfdvd2","verb":"addtolist","list_id":""},{"id":"gfdvd3","verb":"setfields"}],"used_in_triggers":[]}]}}}}}},"400":{"$ref":"#/components/responses/ErrorResponse"},"401":{"description":"Unauthorized"},"403":{"$ref":"#/components/responses/403Response"}}}},"/{website_id}/triggers/{trigger_id}/":{"get":{"tags":["Manage triggers"],"summary":"Get trigger","description":"Retrieves a program triggers details.","operationId":"getTrigger","parameters":[{"name":"website_id","in":"path","description":"Website ID for the account you are posting data to.","required":true,"schema":{"type":"string"},"example":"abc123"},{"name":"format","in":"query","description":"Get data in JSON format.","required":true,"schema":{"type":"string","enum":["json"]},"example":"json"},{"name":"trigger_id","in":"path","description":"The trigger identifier you wish to work with.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"The trigger details.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Trigger"},"examples":{"success":{"value":{"name":"Price Drop - Hester test setup","id":"4zcmz57","type":"Price Drop","paused":false,"active":true,"last_updated_by":"joe.bloggs","modified":"2022-09-06T15:43:41.335000","actions":[{"id":"cf1qmx9uf9","verb":"waitfor","wait_units":"mins","wait_number":1},{"id":"cf1i27ywha","verb":"send"}],"refresh_product_data":false,"ignore_marketing_pressure":false,"catchall_address":"","bcc_address":"","site_brand_filter":"","is_live":false,"used_in_triggers":["pcv-jnwlrvwfle74mmoviqsu","pcv-vvdpsiv3yjuz18caqxnk"]}}}}}},"400":{"$ref":"#/components/responses/ErrorResponse"},"401":{"description":"Unauthorized"},"403":{"$ref":"#/components/responses/403Response"}}},"put":{"tags":["Manage triggers"],"summary":"Update trigger","description":"Updates a program triggers details.","operationId":"putUpdateTrigger","parameters":[{"name":"website_id","in":"path","description":"Website ID for the account you are posting data to.","required":true,"schema":{"type":"string"},"example":"abc123"},{"name":"format","in":"query","description":"Get data in JSON format.","required":true,"schema":{"type":"string","enum":["json"]},"example":"json"},{"name":"trigger_id","in":"path","description":"The trigger identifier you wish to work with.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"applicaton/json":{"schema":{"$ref":"#/components/schemas/triggers_trigger_id_body"}}}},"responses":{"200":{"description":"The updated trigger details.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Trigger"},"examples":{"success":{"value":{"name":"Price Drop - Hester test setup","id":"4zcmz57","type":"Price Drop","paused":false,"active":true,"last_updated_by":"joe.bloggs","modified":"2022-09-06T15:43:41.335000","actions":[{"id":"cf1qmx9uf9","verb":"waitfor","wait_units":"mins","wait_number":1},{"id":"cf1i27ywha","verb":"send"}],"refresh_product_data":false,"ignore_marketing_pressure":false,"catchall_address":"","bcc_address":"","site_brand_filter":"","is_live":false,"used_in_triggers":["pcv-jnwlrvwfle74mmoviqsu","pcv-vvdpsiv3yjuz18caqxnk"]}}}}}},"400":{"$ref":"#/components/responses/ErrorResponse"},"401":{"description":"Unauthorized"},"403":{"$ref":"#/components/responses/403Response"}}},"delete":{"tags":["Manage triggers"],"summary":"Delete trigger","description":"Deletes a program trigger, set `active` to `false`.","operationId":"delDeleteTrigger","parameters":[{"name":"website_id","in":"path","description":"Website ID for the account you are posting data to.","required":true,"schema":{"type":"string"},"example":"abc123"},{"name":"format","in":"query","description":"Get data in JSON format.","required":true,"schema":{"type":"string","enum":["json"]},"example":"json"},{"name":"trigger_id","in":"path","description":"The trigger identifier you wish to work with.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"The updated trigger details.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Trigger"},"examples":{"success":{"value":{"name":"Price Drop - Hester test setup","id":"4zcmz57","type":"Price Drop","paused":false,"active":true,"last_updated_by":"joe.bloggs","modified":"2022-09-06T15:43:41.335000","actions":[{"id":"cf1qmx9uf9","verb":"waitfor","wait_units":"mins","wait_number":1},{"id":"cf1i27ywha","verb":"send"}],"refresh_product_data":false,"ignore_marketing_pressure":false,"catchall_address":"","bcc_address":"","site_brand_filter":"","is_live":false,"used_in_triggers":["pcv-jnwlrvwfle74mmoviqsu","pcv-vvdpsiv3yjuz18caqxnk"]}}}}}},"400":{"$ref":"#/components/responses/ErrorResponse"},"401":{"description":"Unauthorized"},"403":{"$ref":"#/components/responses/403Response"}}}},"/{website_id}/triggers/{trigger_id}/clone/":{"post":{"tags":["Manage triggers"],"summary":"Clone trigger","description":"Clones a program triggers details.","operationId":"postCloneTrigger","parameters":[{"name":"website_id","in":"path","description":"Website ID for the account you are posting data to.","required":true,"schema":{"type":"string"},"example":"abc123"},{"name":"format","in":"query","description":"Get data in JSON format.","required":true,"schema":{"type":"string","enum":["json"]},"example":"json"},{"name":"trigger_id","in":"path","description":"The trigger identifier you wish to work with.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"The new cloned trigger details.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Trigger"},"examples":{"success":{"value":{"name":"Price Drop - Hester test setup","id":"4zcmz57","type":"Price Drop","paused":false,"active":true,"last_updated_by":"joe.bloggs","modified":"2022-09-06T15:43:41.335000","actions":[{"id":"cf1qmx9uf9","verb":"waitfor","wait_units":"mins","wait_number":1},{"id":"cf1i27ywha","verb":"send"}],"refresh_product_data":false,"ignore_marketing_pressure":false,"catchall_address":"","bcc_address":"","site_brand_filter":"","is_live":false,"used_in_triggers":["pcv-jnwlrvwfle74mmoviqsu","pcv-vvdpsiv3yjuz18caqxnk"]}}}}}},"400":{"$ref":"#/components/responses/ErrorResponse"},"401":{"description":"Unauthorized"},"403":{"$ref":"#/components/responses/403Response"}}}},"/{website_id}/triggers/{trigger_id}/actions/":{"get":{"tags":["Manage triggers"],"summary":"List trigger actions","description":"Retrieves a list of program triggers actions.","operationId":"getTriggerActions","parameters":[{"name":"website_id","in":"path","description":"Website ID for the account you are posting data to.","required":true,"schema":{"type":"string"},"example":"abc123"},{"name":"format","in":"query","description":"Get data in JSON format.","required":true,"schema":{"type":"string","enum":["json"]},"example":"json"},{"name":"trigger_id","in":"path","description":"The trigger identifier you wish to work with.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"The trigger rules.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/inline_response_200_1"},"examples":{"success":{"value":{"links":{},"count":2,"total":2,"page":1,"results":[{"id":"cf1qmx9uf9","verb":"waitfor","wait_units":"mins","wait_number":1},{"id":"cf1i27ywha","verb":"send"}]}}}}}},"400":{"$ref":"#/components/responses/ErrorResponse"},"401":{"description":"Unauthorized"},"403":{"$ref":"#/components/responses/403Response"}}}},"/{website_id}/trigger_rules/":{"get":{"tags":["Trigger rules"],"summary":"List trigger rules","description":"Retrieves a list of trigger rules for the requesting account and website.","operationId":"getListTriggerRules","parameters":[{"name":"website_id","in":"path","description":"Website ID for the account you are posting data to.","required":true,"schema":{"type":"string"},"example":"abc123"},{"name":"format","in":"query","description":"Get data in JSON format.","required":true,"schema":{"type":"string","enum":["json"]},"example":"json"},{"name":"include_deleted","in":"query","description":"Include deleted / inactive triggers in the results.","required":false,"schema":{"type":"boolean"}},{"name":"include_live_flag","in":"query","description":"Include `is_live` flag in the results which can impact call times.","required":false,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"The page of trigger data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/inline_response_200_2"},"examples":{"success":{"value":{"count":2,"total":2,"page":1,"links":{},"results":[{"name":"LS testing variants - Price Drop","type":"Price Drop","last_edited_by":"joe.bloggs","active":true,"slug":"pcv-tbxerpxkf0e0gwir7afg","dt":"2024-10-03T12:02:36.242000","triggers_used":["none","cknq2v6"],"is_live":false,"total_sent":0},{"name":"cart abandon","type":"Cart Abandon","last_edited_by":"deborah.bloggs","active":true,"slug":"b","dt":"2024-05-20T08:44:20.353000","triggers_used":["sc0tkf4","eq3agqe","aza60on","k74ug8uk"],"is_live":false,"total_sent":0}]}}}}}},"400":{"$ref":"#/components/responses/ErrorResponse"},"401":{"description":"Unauthorized"},"403":{"$ref":"#/components/responses/403Response"}}}},"/{website_id}/trigger_rules/{slug}/":{"get":{"tags":["Trigger rules"],"summary":"Get trigger rule","description":"Retrieves a trigger rules details.","operationId":"getTriggerRule","parameters":[{"name":"website_id","in":"path","description":"Website ID for the account you are posting data to.","required":true,"schema":{"type":"string"},"example":"abc123"},{"name":"format","in":"query","description":"Get data in JSON format.","required":true,"schema":{"type":"string","enum":["json"]},"example":"json"},{"name":"slug","in":"path","description":"The trigger rule slug/identifier you wish to retrieve.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"The rule details.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TriggerRule"},"examples":{"success":{"value":{"name":"browse abandon","type":"Browse Abandon","last_edited_by":"hester.lyons","active":true,"slug":"ba","dt":"2023-11-14T17:33:19.500000","triggers_used":["6l70pa1"]}}}}}},"400":{"$ref":"#/components/responses/ErrorResponse"},"401":{"description":"Unauthorized"},"403":{"$ref":"#/components/responses/403Response"}}}},"/{website_id}/trigger_queue/":{"get":{"tags":["Trigger queue"],"summary":"List trigger queue","description":"Retrieves a list of triggers that are queued for execution for the requesting account and website.","operationId":"getListTriggerQueue","parameters":[{"name":"website_id","in":"path","description":"Website ID for the account you are posting data to.","required":true,"schema":{"type":"string"},"example":"abc123"},{"name":"format","in":"query","description":"Get data in JSON format.","required":true,"schema":{"type":"string","enum":["json"]},"example":"json"},{"name":"email","in":"query","description":"Filter to only actions to this email.","required":false,"schema":{"type":"string","format":"email"}},{"name":"key","in":"query","description":"Filter to only actions with this trigger key.","required":false,"schema":{"type":"string"}},{"name":"type","in":"query","description":"Filter to only actions with this trigger type.","required":false,"schema":{"$ref":"#/components/schemas/TriggerType"}},{"name":"action_index","in":"query","description":"Filter to only actions with this action index.","required":false,"schema":{"type":"string"}},{"name":"campaign_id","in":"query","description":"Filter to only actions with this campaign id.","required":false,"schema":{"type":"string"}},{"name":"cat","in":"query","description":"Filter to only actions with this category.","required":false,"schema":{"type":"string"}},{"name":"sbr","in":"query","description":"Filter to only actions with this site brand.","required":false,"schema":{"type":"string"}},{"name":"date_start","in":"query","description":"Filter to only actions where the runtime date is after the date specified in ISO 8601 format.","required":false,"schema":{"type":"string","format":"date-time"}},{"name":"date_end","in":"query","description":"Filter to only actions where the runtime date is before the date specified in ISO 8601 format.","required":false,"schema":{"type":"string","format":"date-time"}}],"responses":{"200":{"description":"The trigger queue data.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/inline_response_200_3"}}}},"400":{"$ref":"#/components/responses/ErrorResponse"},"401":{"description":"Unauthorized"},"403":{"$ref":"#/components/responses/403Response"}}}}},"components":{"schemas":{"Trigger":{"required":["actions","active","bcc_address","catchall_address","id","ignore_marketing_pressure","last_updated_by","modified","name","paused","refresh_product_data","site_brand_filter","total_persons_added_last_7_days","total_sent","total_sent_last_7_days","type","used_in_triggers"],"type":"object","properties":{"name":{"type":"string","description":"The triggers descriptive name."},"id":{"type":"string","description":"The unique id for the trigger."},"type":{"$ref":"#/components/schemas/TriggerType"},"paused":{"type":"boolean","description":"Indicates the trigger has been paused or not."},"active":{"type":"boolean","description":"Indicates whether the trigger is active or inactive (deleted)."},"last_updated_by":{"type":"string","description":"The username of the last person to update the trigger."},"modified":{"type":"string","description":"Last modified data and time in ISO 8601 format.","example":"2024-09-09T13:47:39.486000"},"total_sent":{"type":"integer","description":"Total times the trigger has been sent."},"total_sent_last_7_days":{"type":"integer","description":"Total times the trigger has been sent in the last 7 days."},"total_persons_added_last_7_days":{"type":"integer","description":"Total people added to the trigger in the last 7 days."},"actions":{"type":"array","description":"The actions that the trigger performs.","items":{"$ref":"#/components/schemas/TriggerAction"}},"refresh_product_data":{"type":"boolean","description":"Indicates whether product data is updated for use in the message, instead of the values previously viewed by the user."},"ignore_marketing_pressure":{"type":"boolean","description":"Indicates that only apply the Marketing pressure setting to the first message in the program, not for later stages of the trigger program."},"catchall_address":{"type":"string","description":"If set all emails sent by the trigger go to the catch-all address instead of to customers.","format":"email"},"bcc_address":{"type":"string","description":"If set all emails sent by the trigger also go to the bcc address.","format":"email"},"site_brand_filter":{"type":"string","description":"If set limits the trigger to only working with the specified site brand."},"used_in_triggers":{"type":"array","description":"Which trigger rules this trigger is used in.","items":{"type":"string","description":"Trigger rule id"}},"is_live":{"type":"boolean","description":"Indicates whether the rule has been used recently or not."}}},"TriggerAction":{"required":["id","verb"],"type":"object","properties":{"id":{"type":"string","description":"Unique action identifier."},"verb":{"type":"string","description":"The acton to perform.","enum":["send","waitfor","waituntil","setfields","addtolist","checksend"]},"wait_units":{"type":"string","description":"The time units for `waitfor` and `waituntil` verbs.","enum":["mins","hours","days","weeks","months","years"]},"wait_number":{"type":"integer","description":"The number of time units to use for `waitfor` and `waituntil` verbs."},"send_email":{"type":"string","description":"The email template id to send, applicable to `send` verb."},"subject":{"type":"string","description":"The email subject to send, applicable to `send` verb."},"list_id":{"type":"string","description":"The lists id you want to add the person to, applicable to `addtolist` verb."}},"description":"Trigger action"},"TriggerRule":{"required":["active","dt","last_edited_by","name","tags","total_sent","triggers_used","type"],"type":"object","properties":{"name":{"type":"string","description":"The triggers descriptive name."},"type":{"type":"string","description":"The type of trigger.","enum":["Cart Abandon","Browse Abandon","Purchase Complete","Custom","Price Drop","Back in Stock","Low Stock"]},"active":{"type":"boolean","description":"Indicates whether the trigger rule is active or inactive (deleted)."},"last_edited_by":{"type":"string","description":"The username of the last person to update the trigger."},"dt":{"type":"string","description":"Last modified data and time in ISO 8601 format.","example":"2024-09-09T13:47:39.486000"},"total_sent":{"type":"integer","description":"Total times the trigger has been sent."},"tags":{"type":"string","description":"Tags associated with the trigger rule."},"triggers_used":{"type":"array","description":"Which trigger rules this trigger is used in.","items":{"type":"string","description":"Trigger rule id"}},"is_live":{"type":"boolean","description":"Indicates whether the rule has been used recently or not."}},"description":"Trigger rule"},"TriggerType":{"type":"string","description":"The type of trigger.","enum":["Cart Abandon","Browse Abandon","Purchase Complete","Custom","Price Drop","Back in Stock","Low Stock"]},"PaginatedData":{"required":["count","links","page","total"],"type":"object","properties":{"page":{"minimum":1,"type":"integer","description":"The index for the page of data returned.","example":1},"count":{"minimum":0,"type":"integer","description":"Number of records in the page.","example":12},"total":{"minimum":0,"type":"integer","description":"Total number of records in the set.","example":12},"links":{"$ref":"#/components/schemas/PaginatedData_links"}},"description":"Data page and pagination links"},"inline_response_200":{"allOf":[{"$ref":"#/components/schemas/PaginatedData"},{"required":["results"],"type":"object","properties":{"results":{"$ref":"#/components/schemas/Trigger"}},"description":"The accounts details."}]},"triggers_trigger_id_body":{"type":"object","properties":{"name":{"type":"string","description":"The triggers descriptive name."},"paused":{"type":"boolean","description":"Indicates the trigger has been paused or not."},"active":{"type":"boolean","description":"Indicates whether the trigger is active or inactive (deleted)."},"refresh_product_data":{"type":"boolean","description":"Indicates whether product data is updated for use in the message, instead of the values previously viewed by the user."},"catchall_address":{"type":"string","description":"If set all emails sent by the trigger go to the catch-all address instead of to customers.","format":"email"},"bcc_address":{"type":"string","description":"If set all emails sent by the trigger also go to the bcc address.","format":"email"}},"description":"Fields to update."},"inline_response_200_1":{"allOf":[{"$ref":"#/components/schemas/PaginatedData"},{"required":["results"],"type":"object","properties":{"results":{"$ref":"#/components/schemas/TriggerAction"}},"description":"The trigger actions."}]},"inline_response_200_2":{"allOf":[{"$ref":"#/components/schemas/PaginatedData"},{"required":["results"],"type":"object","properties":{"results":{"$ref":"#/components/schemas/TriggerRule"}},"description":"The accounts details."}]},"inline_response_200_3":{"allOf":[{"$ref":"#/components/schemas/PaginatedData"},{"required":["headers","results"],"type":"object","properties":{"results":{"$ref":"#/components/schemas/inline_response_200_3_results"},"headers":{"$ref":"#/components/schemas/inline_response_200_3_headers"}},"description":"The accounts details."}]},"PaginatedData_links":{"type":"object","properties":{"next":{"type":"string","description":"URL of the next page.","format":"url","nullable":true},"previous":{"type":"string","description":"URL of the previous page.","format":"url","nullable":true}},"description":"Page navigation links"},"inline_response_200_3_results":{"required":["dtcreated"],"type":"object","properties":{"dtcreated":{"type":"string","description":"The date and time this action was queued in ISO 8601 format.","format":"date-time"},"task":{"type":"string","description":"The queued task/action."},"runtime":{"type":"string","description":"The date and time after which this task should be processed in ISO 8601 format.","format":"date-time"}},"description":"Queued trigger details."},"inline_response_200_3_headers":{"required":["dtcreated"],"type":"object","properties":{"dtcreated":{"type":"string","description":"The terminolgy to use for this."}},"additionalProperties":true,"description":"Key terminolgy mappings."}},"responses":{"ErrorResponse":{"description":"An error occurred","content":{"application/json":{"schema":{"required":["error","ok"],"type":"object","properties":{"ok":{"type":"boolean","description":"Indicates the call failed","enum":[false]},"error":{"oneOf":[{"type":"string","description":"The reason the call errored","example":"Validation error. No folder bd8eciompb7y, unable to delete"},{"type":"object","additionalProperties":{"minItems":1,"type":"array","items":{"type":"string","example":"This field may not be null."}},"description":"Fields with issues and their errors"}]}}}}}},"403Response":{"description":"Forbidden - Usually you are requesting data for a website you don't have access to."}},"parameters":{"WebsiteId":{"name":"website_id","in":"path","description":"Website ID for the account you are posting data to.","required":true,"schema":{"type":"string"},"example":"abc123"},"FormatJson":{"name":"format","in":"query","description":"Get data in JSON format.","required":true,"schema":{"type":"string","enum":["json"]},"example":"json"}},"securitySchemes":{"apiTokenAuth":{"type":"apiKey","name":"x-api-key","in":"header"}}},"x-samples-languages":["curl","csharp","java","javascript","node","python","php","ruby"]}