HTTP(S) Request

You can communicate with the Ayobantu API by sending HTTP(S) requests. The request consists of a Base URL and an HTTP(S) Header.

API Base URL Base URLs are given as below: Sandbox Environment: https://api-sandbox.ayobantu.com Production Environment: https://api.ayobantu.com

HTTP(S) Header

HTTP headers are used in HTTP requests to provide information about the request. HTTP Header The Ayobantu API carries the following information.

HeaderValueDefinition

Accept

application/json

Indicates the expected data type of the response.

Authorization

Bearer [API Token]

Contains the credentials to authenticate a user. For more details, refer Authorization

Content-Type

application/json

Indicates data type of the request.

Last updated