Get a trusted user agent
GET {{stripeUrl}}/admin/v1/MyTrustedUserAgents/{{TrustedDeviceId}}
This step requests to get a trusted user agent.
Prerequisites for this step:
- Use the 'Obtain ME access_token' to obtain a valid access token.
- use the Get my trusted user agents to get the id
to be passed in the request to /admin/v1/MyTrustedUserAgents/{{TrustedUserAgentID}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Date | string | ||
Content-Type | string |
RESPONSES
status: OK
{"idcsLastModifiedBy":{"type":"App","value":"ef655e1bca0a44eb9ad3a03f6c693abf","display":"idcssso","$ref":"https://example.identitycloud.com/admin/v1/Apps/ef655e1bca0a44eb9ad3a03f6c693abf"},"idcsCreatedBy":{"type":"App","display":"idcssso","value":"ef655e1bca0a44eb9ad3a03f6c693abf","$ref":"https://example.identitycloud.com/admin/v1/Apps/ef655e1bca0a44eb9ad3a03f6c693abf"},"platform":"Windows 10","id":"70a5fd119d744577a651545e0c6893dc","trustToken":"bf5168fd-e525-4ff6-9ce9-6ca4388844ad","meta":{"created":"2019-01-30T11:35:39.112Z","lastModified":"2019-01-30T11:35:39.112Z","resourceType":"MyTrustedUserAgent","location":"https://example.identitycloud.com/admin/v1/MyTrustedUserAgents/70a5fd119d744577a651545e0c6893dc"},"name":"Chrome on Windows 10","expiryTime":"2019-02-14T11:35:37.985Z","location":"10.167.205.141","user":{"value":"a0c637d13a52494c8374dd8a3dda949f","$ref":"https://example.identitycloud.com/admin/v1/Users/a0c637d13a52494c8374dd8a3dda949f"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:TrustedUserAgent"]}