V1Operators

Lister les opérateurs mobile money

GET/v1/operators
AuthorizationBearer <token>

Clé d'API de l'organisation, envoyée en Authorization: Bearer sk_live_…. Il n'existe aucun header X-API-Key.

In: header

Query Parameters

country?string
Length2 <= length <= 2

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/operators"
{  "success": true,  "data": {    "operators": [      {        "code": "string",        "name": "string",        "logoUrl": "string"      }    ]  }}