AniList · Example Payload

Anilist Tokenresponse Example

AnimeMangaEntertainmentMediaSocialDatabaseGraphQLOAuth2Public APIs

Anilist Tokenresponse Example is an example object payload from AniList, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

token_typeexpires_inaccess_tokenrefresh_token

Example Payload

Raw ↑
{
  "token_type": "Bearer",
  "expires_in": 31536000,
  "access_token": "eyJhbGciOiJIUzI1NiIs...",
  "refresh_token": "eyJhbGciOiJIUzI1NiIs..."
}