Arccos Golf · OAuth Scopes

Arccos Golf OAuth Scopes

OAuth 2.0 searched

Arccos Golf publishes 4 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Arccos Golf API on a user’s behalf.

Tokens are issued from https://api.arccosgolf.com/oauth2/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.

CompanyGolfSports TechnologyWearablesIoTshot-trackingSports AnalyticsPerformance AnalyticsGeospatialConsumer HardwareWebhookAuthenticationMCPE-Commerce
Scopes: 4 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://signin.arccosgolf.com/login
Token URL
https://api.arccosgolf.com/oauth2/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
openid Required for all endpoints that have userId in the path authorizationCode
arccos/read:users Grants read users access authorizationCode
arccos/read:rounds Grants read rounds access authorizationCode
arccos/read:clubs Grants read clubs access authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-06'
method: searched
source: >-
  https://api.arccosgolf.com/swagger.json — securityDefinitions.AccessCodeAuth.scopes plus the published
  "Scopes" section of info.description
docs: https://api.arccosgolf.com/swagger
model: >-
  Scopes gate access to endpoints. A scope that was not requested in the initial authorization request cannot be
  added retroactively — the user must re-authorize the client. Arccos controls which scopes a given client is
  permitted to request at all. Every scope except openid is namespaced as `arccos/<operation>:<resource>`.
schemes:
- name: AccessCodeAuth
  source: openapi/arccos-golf-on-course-data-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://signin.arccosgolf.com/login
    tokenUrl: https://api.arccosgolf.com/oauth2/token
scopes:
- scope: openid
  description: Required for all endpoints that have userId in the path
  flows:
  - authorizationCode
  required_for:
  - handle_get_one_user.get./v5/users/{userId}
  - handle_search_rounds.get./v5/users/{userId}/rounds
  - handle_get_one_round.get./v5/users/{userId}/rounds/{roundId}
  - handle_get_round_stats.get./v5/users/{userId}/rounds/{roundId}/stats
  - handle_search_clubs.get./v5/users/{userId}/clubs
  - handle_get_one_club.get./v5/users/{userId}/clubs/{clubId}
  note: >-
    Also the scope that causes an id_token to be issued; its custom:arccosUserId claim is the {userId} path value.
  sources:
  - openapi/arccos-golf-on-course-data-api-openapi.yml
  - https://api.arccosgolf.com/swagger.json
- scope: arccos/read:users
  description: Grants read users access
  flows:
  - authorizationCode
  operations:
  - handle_get_one_user.get./v5/users/{userId}
  sources:
  - openapi/arccos-golf-on-course-data-api-openapi.yml
- scope: arccos/read:rounds
  description: Grants read rounds access
  flows:
  - authorizationCode
  operations:
  - handle_search_rounds.get./v5/users/{userId}/rounds
  - handle_get_one_round.get./v5/users/{userId}/rounds/{roundId}
  - handle_get_round_stats.get./v5/users/{userId}/rounds/{roundId}/stats
  sources:
  - openapi/arccos-golf-on-course-data-api-openapi.yml
- scope: arccos/read:clubs
  description: Grants read clubs access
  flows:
  - authorizationCode
  operations:
  - handle_search_clubs.get./v5/users/{userId}/clubs
  - handle_get_one_club.get./v5/users/{userId}/clubs/{clubId}
  sources:
  - openapi/arccos-golf-on-course-data-api-openapi.yml
unscoped_operations:
- operations:
  - handle_search_courses.get./v5/courses
  - handle_get_one_course.get./v5/courses/{courseId}
  - handle_get_one_course_version.get./v5/courses/{courseId}/versions/{courseVersion}
  note: Course-catalog reads declare no security requirement and were verified callable anonymously on 2026-08-06.
- operations:
  - handle_get_webhooks.get./v5/webhooks
  - handle_create_webhook.post./v5/webhooks
  - handle_delete_webhook.delete./v5/webhooks/{webhookId}
  note: >-
    Webhook registration uses HTTP Basic client credentials (BasicAuth), not the OAuth scope model — these are
    client-level, not user-delegated, operations.
gaps:
- No write scopes are published; the delegated surface is read-only.
- >-
  There is no public scope-reference page separate from the Swagger UI; the scope list is only discoverable from
  the spec's securityDefinitions and the "Authorize" dialog.
cross_links:
  authentication: authentication/arccos-golf-authentication.yml

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/arccos-golf-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.