Generate Access Token
POST/authorizer/token/application/get
This endpoint generates an access token for the application by sending a POST request with
the required parameters. The parameters include the application_id, date, and signature.
Refer to Fondy support to obtain the necessary application_id and secret key.
Request
Responses
- 200
- 403
Access token successfully generated.
Invalid request parameters.