Amazon Cognito · Example Payload

User Pools List Devices Request Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

User Pools List Devices Request Example is an example object payload from Amazon Cognito, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

AccessTokenLimitPaginationToken

Example Payload

Raw ↑
{
  "AccessToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.example",
  "Limit": "example-string",
  "PaginationToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.example"
}