GET
/
user
/
apikey
curl --request GET \
  --url https://staging.api.mavapay.co/api/v1/user/apikey \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": {
    "apiKey": "addedednefendfdcd"
  }
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

API key response

The response is of type object.