Basiq · JSON Structure

Tokenresponse

Type: record Properties: 0
AustraliaBankingCDRFinancial DataFintechOpen BankingTransactions

Tokenresponse is a JSON Structure definition published by Basiq. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/basiq/refs/heads/main/json-structure/tokenresponse.json",
  "title": "TokenResponse",
  "type": "record",
  "fields": [
    {
      "name": "access_token",
      "type": "xs:string",
      "description": "JWT access token"
    },
    {
      "name": "token_type",
      "type": "xs:string",
      "description": "Token type (Bearer)"
    },
    {
      "name": "expires_in",
      "type": "xs:integer",
      "description": "Token expiry in seconds"
    }
  ]
}