Execute the specified query
POST/api/v1/queries/execute
Execute the specified query
info
You may use this test Bearer token we have created for development
eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NksifQ.eyJpc3MiOiJkaWQ6bmlsOnRlc3RuZXQ6bmlsbGlvbjF4dnRuM2FhajQ4dGY3bm5zZW16MGQ2OGVwbjZlcHU0ZjRhNG5mYSIsImF1ZCI6ImRpZDpuaWw6dGVzdG5ldDpuaWxsaW9uMXd3c3Jqbmd4dnU5dGMzMzVsajlrM213d3JybDV3M3EyZDB1ZXR6In0.yOKg-wyJdyn9jK-KNtkjbi9PS0pF9wmgVmd7pIeNGhoTjhgZhzB62atbgzE45OGGYx0gUsw_i2k3K2AdFf_tuQ
info
Example of an execute
query. Feel free to experiment with different country codes (i.e. UK) You may also use the LIST query for further information.
{
"id": "a2ab673e-dd01-47c1-98c8-3db3fa6ed780",
"variables": {
"country_code": "US"
}
}
Request
Responses
- 200
- 400
- 401
The query execution result
Validation or processing errors
Missing or invalid JWT