Mybots.pro · OAuth Scopes
Mybots.pro OAuth Scopes
OAuth 2.0
probed
Mybots.pro publishes 6 OAuth 2.0 scopes via the authorizationCode, clientCredentials, and password flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Mybots.pro API on a user’s behalf.
Tokens are issued from https://auth.mybots.pro/connect/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.
CompanyAI AgentsConversational AIMessagingChatbotsCustomer SupportSales AutomationWhatsAppTelegramInstagramOmnichannelLead QualificationOpenID Connect
Scopes: 6
Flows: authorizationCode, clientCredentials, password
Method: probed
OAuth endpoints
Authorization URL
https://auth.mybots.pro/connect/authorize
https://auth.mybots.pro/connect/authorize
Token URL
https://auth.mybots.pro/connect/token
https://auth.mybots.pro/connect/token
Flows
authorizationCodeclientCredentialspassword
authorizationCodeclientCredentialspassword
Scopes (6)
| Scope | Description | Flows |
|---|---|---|
| openid | Standard OIDC scope requesting an ID token for the authenticated subject. | authorizationCode |
| profile | Standard OIDC scope for the end-user's default profile claims (name, family_name, picture, updated_at, and similar). | authorizationCode |
| Standard OIDC scope for the email and email_verified claims. | authorizationCode | |
| phone | Standard OIDC scope for the phone_number and phone_number_verified claims. | authorizationCode |
| offline_access | Standard OIDC scope requesting a refresh token so the client can obtain access tokens without the end-user present. | authorizationCode |
| roles | Role claims for the authenticated subject. Conventional in OpenIddict/ASP.NET Identity deployments; myBots publishes no enumeration of which roles exist. | authorizationCode, clientCredentials |