OAuth Object Details
OAuth Schema
Key | Type | Required | Description |
| String | N.A. Included in API response. | The Primary Key that denotes your client object in our system. |
| String | N.A. Included in API response. | Your common name in our system. |
| Number | N.A. Included in API response. | Unix timestamp (in ms) value of when the OAuth object was created. |
| Integer | N.A. Included in API response. | Countdown (in sec) of when the OAuth key will expire. |
| String | N.A. Included in API response. | OAuth key that you will be using to authenticate user level requests. |
| Integer | N.A. Included in API response. | Number of times the same refresh token can be used to issue a new OAuth key. |
| String | Yes. But the response might have a new value if your supplied refresh token will expire after this request. | Token used to generate an OAuth Object. |
| Array of String | ||
| String | N.A. Included in API response. | The Primary Key that denotes the user object in our system. |
Possible Scopes
Scope | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| GET requests on |
|
|
|
|
| GET requests on |
| POST requests on |
| Currently scope in internal testing. More to come later. |
| Currently scope in internal testing. More to come later. |
| Currently scope in internal testing. More to come later. |
| Currently scope in internal testing. More to come later. |
| Currently scope in internal testing. More to come later. |
| Currently scope in internal testing. More to come later. |
| Currently scope in internal testing. More to come later. |
| Currently scope in internal testing. More to come later. |
Last updated