cURL
curl --request GET \ --url https://api.pcxpay.com/v1/organizations/name/{org_name} \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "message": "<string>", "data": { "org_id": "<string>", "org_name": "<string>", "status": "<string>", "country": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization found
Show child attributes