getCountry
Retrieve details of a single country by providing its unique country ID. Returns the country record data.
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 |