getCountry
Retrieve a single country's complete record by passing its country_id. Provides the data needed for displaying country-specific information in directory listings.
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 |