Get Country Rules
Testing
POST
/config/country
get_country_rules
Last modified:2025-02-06 08:23:16
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-core.deriv.com/v1/config/country' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "za"
}'
Response Response Example
200 - Example 1
{}
Request
Header Params
Authorization
string
optional
Example:
{{CLIENT_AUTH_TOKEN}}
Body Params application/json
Responses
Modified at 2025-02-06 08:23:16