AniList · Example Payload

Anilist Tokenrequest Example

AnimeMangaEntertainmentMediaSocialDatabaseGraphQLOAuth2Public APIs

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

Top-level fields

grant_typeclient_idclient_secretredirect_uricode

Example Payload

Raw ↑
{
  "grant_type": "authorization_code",
  "client_id": "00000000-0000-0000-0000-000000000000",
  "client_secret": "00000000-0000-0000-0000-000000000000",
  "redirect_uri": "https://anilist.co/anime/1",
  "code": "abc123codedef456"
}