GET
/
api
/
v1
/
checkout-wallet
/
prefix-mappings
Get Organization Prefix Mappings
curl --request GET \
  --url https://checkout-staging.embedly.ng/api/v1/checkout-wallet/prefix-mappings \
  --header 'x-api-key: <api-key>'
{
  "statusCode": 200,
  "message": "success",
  "data": [
    {
      "id": "8b4432bc-f3c7-4055-b5e5-e232707e79af",
      "secondaryPrefix": "565",
      "primaryPrefixId": "2c316406-87ee-494b-a43a-d24629f4eeea",
      "organizationId": "02600494-1a3c-11f0-a818-6045bd97b81d",
      "alias": "Embedly Check Demo",
      "organizationName": "Gentlemens Club",
      "organizationIsActive": "active"
    }
  ],
  "pagination": {
    "currentPage": 1,
    "pageSize": 10,
    "totalCount": 1,
    "totalPages": 1,
    "hasNextPage": false,
    "hasPreviousPage": false
  }
}
organizationId
string
required
Example: 02600494-1a3c-11f0-a818-6045bd97b81d
page
number
required
Example: 1
pageSize
number
required
Example: 10
{
  "statusCode": 200,
  "message": "success",
  "data": [
    {
      "id": "8b4432bc-f3c7-4055-b5e5-e232707e79af",
      "secondaryPrefix": "565",
      "primaryPrefixId": "2c316406-87ee-494b-a43a-d24629f4eeea",
      "organizationId": "02600494-1a3c-11f0-a818-6045bd97b81d",
      "alias": "Embedly Check Demo",
      "organizationName": "Gentlemens Club",
      "organizationIsActive": "active"
    }
  ],
  "pagination": {
    "currentPage": 1,
    "pageSize": 10,
    "totalCount": 1,
    "totalPages": 1,
    "hasNextPage": false,
    "hasPreviousPage": false
  }
}