the token string to be used in API requests
The response object used to provide the details of the preview token as well as the token itself.
Property | Type | Description |
---|---|---|
|
|
the token string to be used in API requests |
|
|
the author whose changes are being previewed |
|
|
ISO8601 date-time used to indicate when the token expires |
|
|
the current user sandbox ID |
|
|
The ID of the tenant this preview token is authorized for. |
|
|
The ID of the application this preview token is authorized for. |
The details provided when a preview token is validated.
Property | Type | Description |
---|---|---|
|
|
Whether or not the token provided is valid. |
|
|
If valid, this will include the content of the decoded preview token. If not valid, this will be |
|
|
If valid, this will include the set of Sandbox available for preview. This sandbox information may be used for display purposes in the client. If not valid, this will be empty. |
|
|
If invalid, this will include the reason for why the token was found not to be valid. |