ListDevicesRequest is a JSON Structure definition published by Amazon Cognito, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-list-devices-request-structure.json",
"name": "ListDevicesRequest",
"description": "Represents the request to list the devices.",
"type": "object",
"properties": {
"AccessToken": {
"allOf": [
{
"$ref": "#/components/schemas/TokenModelType"
},
{
"description": "A valid access token that Amazon Cognito issued to the user whose list of devices you want to view."
}
]
},
"Limit": {
"allOf": [
{
"$ref": "#/components/schemas/QueryLimitType"
},
{
"description": "The limit of the device request."
}
]
},
"PaginationToken": {
"allOf": [
{
"$ref": "#/components/schemas/SearchPaginationTokenType"
},
{
"description": "The pagination token for the list request."
}
]
}
},
"required": [
"AccessToken"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.