Authentication

AUTH001: Redirect to Akifast Login Page

get

Redirects the user to Akifast OAuth2 login page to initiate the authorization flow. The merchant must pass the required query parameters.

Query parameters
grant_typestring · enumRequired

Must be set to authorization_code.

Possible values:
response_typestring · enumRequired

Must be set to code.

Possible values:
client_idstringRequired

The client_id of the merchant.

statestringOptional

Optional state value used for CSRF protection and to maintain state between request and callback.

redirect_uristring · uriRequired

URI to which the user will be redirected after authentication.

Responses
get
/oauth/authorize

Was this helpful?