cURL
curl --request GET \ --url https://api.pcxpay.com/v1/organizations/admin/get-active-configs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "org_id": "<string>" } '
{ "status": "success", "message": "<string>", "data": {} }
No auth enforced at resource level. Requires org_id in request body — unusual pattern for a GET endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Active configs
"success"