WHOOP · Schema

PartnerTokenResponse

WHOOP PartnerTokenResponse schema

FitnessWearablesHealthRecoverySleepWorkoutStrainHeart RatePerformance

Properties

Name Type Description
access_token string
expires_in integer
token_type string
View JSON Schema on GitHub

JSON Schema

whoop-partnertokenresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/whoop/main/json-schema/whoop-partnertokenresponse-schema.json",
  "title": "PartnerTokenResponse",
  "description": "WHOOP PartnerTokenResponse schema",
  "type": "object",
  "properties": {
    "access_token": {
      "type": "string"
    },
    "expires_in": {
      "type": "integer",
      "format": "int32"
    },
    "token_type": {
      "type": "string"
    }
  }
}