Gymshark · OAuth Scopes
Gymshark OAuth Scopes
OAuth 2.0
searched
Gymshark publishes 14 OAuth 2.0 scopes via the authorizationCode, clientCredentials, implicit, and deviceCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Gymshark API on a user’s behalf.
Tokens are issued from https://auth.gymshark.com/oauth/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
CompanyRetailE-CommerceApparelFitnessConsumerDirect To ConsumerIdentityOpenID Connect
Scopes: 14
Flows: authorizationCode, clientCredentials, implicit, deviceCode
Method: searched
OAuth endpoints
Authorization URL
https://auth.gymshark.com/authorize
https://auth.gymshark.com/authorize
Token URL
https://auth.gymshark.com/oauth/token
https://auth.gymshark.com/oauth/token
Flows
authorizationCodeclientCredentialsimplicitdeviceCode
authorizationCodeclientCredentialsimplicitdeviceCode
Scopes (14)
| Scope | Description | Flows |
|---|---|---|
| openid | Request an ID token and perform OpenID Connect authentication. | |
| profile | Request the default profile claims (name, family_name, given_name, nickname, picture, created_at). | |
| offline_access | Request a refresh token so the client can obtain new access tokens without the user present. | |
| name | Request the `name` claim. | |
| given_name | Request the `given_name` claim. | |
| family_name | Request the `family_name` claim. | |
| nickname | Request the `nickname` claim. | |
| Request the `email` claim. | ||
| email_verified | Request the `email_verified` claim. | |
| picture | Request the `picture` claim. | |
| created_at | Request the account `created_at` claim. | |
| identities | Request the linked-identity array for the account (Auth0 extension). | |
| phone | Request the `phone_number` and `phone_number_verified` claims. | |
| address | Request the `address` claim. |