XS2A.api.users
Get a specific accesstoken
get/api/users/{user-id}/accesstokens/{token-id}
Path parameters
user-idstring required
The user-id for the user to retrieve a specific accesstoken for.
token-idstring required
The token-id for the token to retrieve the specific accesstoken for.
Response
Request successfully processed
Example response
{
"id": "uat_MEYAT0R7Gm2vkZtU",
"token": "4K9JaNOhnCknZJyAXHKkrS6g0Ik7V0CX",
"valid_until": "2018-03-22 12:14:58",
"created_at": "2018-03-16 11:14:58",
"object": "bank_user_access_token"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.