FitBark · OAuth Scopes

FitBark OAuth Scopes

OAuth 2.0 derived

FitBark publishes 1 OAuth 2.0 scope via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the FitBark API on a user’s behalf.

Tokens are issued from https://app.fitbark.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.

CompanyDogsPetsWearablesActivity TrackingHealthIoTFitness
Scopes: 1 Flows: authorizationCode, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://app.fitbark.com/oauth/authorize
Token URL
https://app.fitbark.com/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (1)

ScopeDescriptionFlows
fitbark_open_api Access to the FitBark Public API for the approved application authorizationCode, clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/fitbark-openapi.yml
schemes:
- name: oauth2
  source: openapi/fitbark-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.fitbark.com/oauth/authorize
    tokenUrl: https://app.fitbark.com/oauth/token
  - flow: clientCredentials
    tokenUrl: https://app.fitbark.com/oauth/token
  description: FitBark OAuth 2.0
scopes:
- scope: fitbark_open_api
  description: Access to the FitBark Public API for the approved application
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/fitbark-openapi.yml