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
Schema for country data
idintegerOptionalExample:
1namestringOptionalExample:
Austriaiso2stringOptionalExample:
ATiso3stringOptionalExample:
AUTphone_codestringOptionalExample:
43created_atstring · date-timeOptionalExample:
2024-02-25T12:00:00Zupdated_atstring · date-timeOptionalExample:
2024-02-25T12:30:00Z401
Unauthorized
500
Internal Server Error
get
/api/open-api/v1/countriesLast updated