Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Retrieve all System Access Tokens
Create a new System Access Token
Update an existing System Access Token
Delete an existing System Access Token
|
Include Page | ||||
---|---|---|---|---|
|
API Specific Parameters
Parameter | Type | Required? | Description |
---|---|---|---|
|
| Yes | The System Access Token ID. |
API Specifics
Panel | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
Retrieve all System Access TokensThis REST API will return the details of all System Access Tokens belonging to the authenticated Tenant. URL
HTTP Request BodyThis request does not require a request body. HTTP ResponseSuccessOn success, an HTTP response code of 200 will be returned, and the response body will contain an array of System Access Token objects.
Error
|
Panel | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||
Create a new System Access TokenThis REST API will create a new System Access Token belonging to the authenticated Tenant. URL
HTTP Request BodyThis request requires a System Access Token object supplied in the HTTP request body.
HTTP ResponseSuccessOn success, an HTTP response code of 200 will be returned, and the response body will contain the new System Access Token object.
Error
|
Panel | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||
Update an existing System Access TokenThis REST API will update a System Access Token belonging to the authenticated Tenant. URL
HTTP Request BodyThis request requires a System Access Token object supplied in the HTTP request body.
HTTP ResponseSuccessOn success, an HTTP response code of 200 will be returned, and the response body will contain the updated System Access Token object.
Error
|
Panel | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Delete an existing System Access TokenThis REST API will delete a System Access Token belonging to the authenticated Tenant. URL
HTTP Request BodyThis request does not require a request body. HTTP ResponseSuccessOn success, an HTTP response code of 200 will be returned. Error
|