Chime · Example Payload

Oauth Token Response

FintechNeobankBankingChecking AccountsSavings AccountsEarly Paycheck AccessCredit BuildingPeer-to-Peer PaymentsConsumer Banking

Oauth Token Response is an example object payload from Chime, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

access_tokentoken_typeexpires_inrefresh_tokenscope

Example Payload

Raw ↑
{
  "access_token": "eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ1c3JfYWJjMTIzZGVmNDU2IiwiZXhwIjoxNzQ5ODMwMDAwfQ.signature",
  "token_type": "Bearer",
  "expires_in": 3600,
  "refresh_token": "ref_tok_aaabbbccc111222333",
  "scope": "accounts:read transactions:read"
}