getCountry
Fetch a single country record by its unique ID. Returns country details in JSON format.
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 |