post
https://vendor-api.{domain}/resource/v1/application/access
Use this API when a user wants to access your application (start session, activate, login, etc). Decision whether to grant access or not should be taken depending on the response of this API.
401Request unauthorized, check your access token.
403Access forbidden, check your access token scope.
429Too many requests, try again later
500Unexpected server error, try again later or contact the Setapp team.
