cURL
curl --request GET \ --url https://api.pcxpay.com/v1/organizations/by-country \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "message": "<string>", "data": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Org counts per country
Keys are country codes, values are counts
Show child attributes