getCountry
Retrieve a single country record by its ID. Use this to get details of a specific country in your directory.
Instructions
Get a single country - Fetch one country row. Read-only.
Required: country_id (path).
Returns: { status: "success", message: [{...record}] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country_id | Yes |