Authorization
POST
https://bankapi-demo.bill24.net/security/authorize
This endpoint is used to authorize users to obtain a token for accessing the API.
NOTE
refreshToken
to get new token.client_id
secret
refreshToken
Request
Header Params
Accept
string
optional
Example:
application/json
Content-Type
string
optional
Example:
application/json
Authorization
string
optional
Example:
Bearer [your token]
Body Params application/json
Request samples
Responses
Modified at 2024-08-22 07:36:04