Skip to main content
GET
/
organizations
/
admin
/
get-active-configs
Get active configs (alternate endpoint)
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": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
org_id
string
required

Response

Active configs

status
string
Example:

"success"

message
string
data
object