...
Table of allowed parameters.
_bearer_token | String | Specifies the token for which you would like the info in the response. |
---|
Handling the response
Below is a table of available response fields and objects that are returned within the response object of the returned object. Underlined values are default.
...
Code Block | ||
---|---|---|
| ||
{
"response" : {
"locale" : {
"timezone":"America/Los_Angeles",
"currency":{"symbol":"$"}
},
"email":"bren.pearson@accelo.com",
"firstname":"Bren",
"deployment":"hq",
"expiry_date":"1468046391",
"surname":"Pearson"
},
"meta":{"message":"Everything executed as expected.","status":"ok","more_info":"https://affinitylive.jira.com/wiki/display/APIS/Status+Codes#ok"}
} |