Initiate Authorization
Description: Generates a COUNT authorization redirect URL to initiate the OAuth 2.0 flow, allowing a user to securely connect their COUNT account to a third-party application.
Purpose:
This endpoint starts the authorization process by providing a login URL that redirects the user to COUNT’s authorization screen. Once the user logs in and grants permissions, COUNT redirects the user back to your specified redirectUri with a query parameter named code. This authorization code is short-lived and is used in the next step to obtain an access token.
Header Parameters
Content-Typestring
Query Parameters
clientIdstring Required
redirectUristring Required
statestring Required
Response
200
Object
Response Attributes
statusstring
messagestring
redirectUristring
The login url that you should redirect the user.
Was this section helpful?
What made this section unhelpful for you?
Endpoints
GET
Response
Was this section helpful?