Country
API endpoints for countries
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Query parameters
order_bystringOptionalExample:
Column to order results by (e.g., 'created_at')
created_atorderstring · enumOptionalExample:
Sorting order (asc or desc)
descPossible values: per_pageintegerOptionalExample:
Number of records per page (-1 for all records)
25pageintegerOptionalExample:
Number of page
2Responses
200
Successful response
application/json
401
Unauthorized
500
Internal Server Error
get
/api/open-api/v1/countriesLast updated