Resolve the current user's product access and landing
/portal/v1/accounts/{accountSlug}/me/landingAuthentication
Bearer Token
AuthorizationJWT access token. Never send alongside X-API-Key: a request carrying both is refused.
Responses
application/json
data *AccessLandingResponseDto
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
Returned object
curl -X GET "https://auth.canopy-io.com/portal/v1/accounts/{accountSlug}/me/landing" \ -H "Authorization: Bearer $CANOPY_TOKEN"
{ "data": { "product_landing": "console", "access_modes": { "console": "granted", "workspace": "scoped" } } }
Tell us how we can improve this guide.