cURL
curl --request GET \ --url https://staging.api.mavapay.co/api/v1/user/apikey \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "apiKey": "addedednefendfdcd" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API key response
The response is of type object.
object