Sample Response (Retrieve Access Token)
The following is an example response of retrieving an access token details using an access token for client credential flow:
{ "id": "5d34e914ad73b262dbf88a963dbccb41", "accessToken": "T1amGT21.Idup.3446d8984b48a7c0c531267317334ea7", "refreshToken": "T1amGR21.IdKM.8a7420fe5079ab1b3bd24b4de1d5fe2", "secret": "619307e5-8e20-4997-9045-c083c123e04f", "owner": "251-20c8104e-e91a-4384-980c-84545aced892", "client": "251-20c8104e-e91a-4384-980c-84545aced892", "classification": "reviews", "scopes": [ "reviews" ], "status": "Active", "key": 0, "createdOn": 1409942780365, "expiresOn": 1409946380427, "grantType": "client_credentials", "samlToken": null, "stringId": "5d34e914ad73b262dbf88a963dbccb41" }
Copyright © Cloud Software Group, Inc. All rights reserved.