GET
/
availability
curl --request GET \
  --url http://sandbox.mintlify.com/availability \
  --header 'X-API-Key: <api-key>'
[
  {
    "operator": "mtn",
    "operation": {
      "type": "collection",
      "status": "OPERATIONAL"
    }
  }
]

Authorizations

X-API-Key
string
header
required

Response

200
application/json
Payment
operator
enum<string>
Available options:
mtn,
orange
operation
object