This endpoint is used to authorize users to obtain a token for accessing the API.
NOTE
Merchant is required to initiate an authorization process to obtain a token for accessing all API endpoints.if token expired you can use refreshToken to get new token.Required fields:client_idsecretrefreshToken
Request
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Body Params application/json
token
string
required
Merchant token (provided by Bill24)
clientId
string
required
ClientId (provided by Bill24)
secret
string
required
Secret (provided by Bill24)
refreshToken
string
optional
Refresh Token is used to extend the expiration date without requiring a token.