Login authentication
Important! Please ensure that you have the client_id and client_secret available.
Credentials must be requested via email at [email protected].
When using Scaleup services, the authentication cookie is transmitted, including in requests made by content creators, in order to verify, ensure, and allow the user access to the platform.
The protocol used for authentication is OAuth2. The access token has a validity period of 7 days, so it is necessary to implement the refresh token. For more information on the implementation based on your programming language, please visit this link: https://oauth.net/code/. This implementation ensures a correct and authenticated return to our service resources.
All set!
Now that your request is complete and successful, make sure to store the Authorization data from the response header. This data will be used to validate any future service requests.
