Skip to main content
GET
/
organizations
/
name
/
{org_name}
Get organization by name
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>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

org_name
string
required

Response

Organization found

status
string
message
string
data
object