Amazon Cognito Identity Provider
  1. Root
Amazon Cognito Identity Provider
  • Root
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
  1. Root

/

POST
/
Lists the sign-in devices that Amazon Cognito has registered to the current user.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "AccessToken": "string",
    "Limit": 0,
    "PaginationToken": "string"
}'
Response Response Example
200 - Example 1
{
    "Devices": [],
    "PaginationToken": "string"
}

Request

Header Params
X-Amz-Target
string 
required
Body Params application/json
Represents the request to list the devices.
AccessToken
string <password>
required
A valid access token that Amazon Cognito issued to the user whose list of devices you want to view.
Match pattern:
[A-Za-z0-9-_=.]+
Limit
integer 
optional
The limit of the device request.
>= 0<= 60
PaginationToken
string 
optional
The pagination token for the list request.
>= 1 characters
Match pattern:
[\S]+
Examples

Responses

🟢200Success
application/json
Body
Represents the response to list devices.
Devices
array[object (DeviceType) {5}] 
optional
The devices returned in the list devices response.
DeviceKey
string 
optional
The device key.
>= 1 characters<= 55 characters
Match pattern:
[\w-]+_[0-9a-f-]+
DeviceAttributes
array[object (AttributeType) {2}] 
optional
The device attributes.
DeviceCreateDate
string <date-time>
optional
The creation date of the device.
DeviceLastModifiedDate
string <date-time>
optional
The last modified date of the device.
DeviceLastAuthenticatedDate
string <date-time>
optional
The date when the device was last authenticated.
PaginationToken
string 
optional
The pagination token for the list device response.
>= 1 characters
Match pattern:
[\S]+
🟠480InvalidParameterException
🟠481ResourceNotFoundException
🟠482NotAuthorizedException
🟠483InvalidUserPoolConfigurationException
🟠484TooManyRequestsException
🟠485PasswordResetRequiredException
🟠486UserNotFoundException
🟠487UserNotConfirmedException
🟠488InternalErrorException
🟠489ForbiddenException
Modified at 2023-08-15 07:11:07
Previous
/
Next
/
Built with