FatSecret · OAuth Scopes

FatSecret OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://oauth.fatsecret.com/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.

Barcode ScanningCaloriesDietsExerciseFitnessFood DiaryHealthMacronutrientsNutritionRecipesWeight Tracking
Scopes: 2 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://oauth.fatsecret.com/connect/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
basic Basic access to food and recipe data clientCredentials
premier Premier access including image recognition and NLP clientCredentials

Source

OAuth Scopes

fatsecret-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/fatsecret-platform-openapi.yml
schemes:
- name: oauth2
  source: openapi/fatsecret-platform-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://oauth.fatsecret.com/connect/token
scopes:
- scope: basic
  description: Basic access to food and recipe data
  flows:
  - clientCredentials
  sources:
  - openapi/fatsecret-platform-openapi.yml
- scope: premier
  description: Premier access including image recognition and NLP
  flows:
  - clientCredentials
  sources:
  - openapi/fatsecret-platform-openapi.yml