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.