Skip to content

List markets

Returns the sorted list of ISO market codes available in the USD rate card.

Endpoint: GET /v1/pricing/markets

Request

curl --request GET \
  --url 'https://api.chattigo.com/v1/pricing/markets' \
  --header 'Authorization: Bearer <token>'

Response

Success (200)

["AE", "AR", "AU", "BR", "CL", "CO", "DE", "ES", "FR", "GB", "IN", "IT", "MX", "PE", "PT", "US"]
These are the codes the create-template flow passes to the dynamic-pricing country field.

Errors

CodeCase
500Internal failure