Enterprise Proxy Get Api Tokens
Returns tokens based on parameters
Privileges required:
READ
PROXY_TOKEN
Request
URI
POST
https://{api_host}/portal/rest/enterpriseProxy/getApiTokens
COPY
Request Body
{
"enterpriseProxyId": 0
}
integer
enterpriseProxyId
Optional
enterpriseProxyId
Responses
200
Request was successfully processed
Returns
api_token_get_api_tokens_result
of type(s)
application/json
This response body class contains all of the following:
Inlineapi_token_get_api_tokens_result0
{
"id": 0,
"tokenUuid": "string",
"description": "string",
"name": "string",
"created": "string",
"modified": "string",
"expiration": "string",
"downloaded": "string",
"isRevoked": false,
"createdByEnterpriseUserId": 0,
"createdByOperatorUserId": 0,
"networkId": 0,
"enterpriseProxyId": 0,
"enterpriseId": 0,
"createdForOperatorUserId": 0,
"createdForEnterpriseUserId": 0,
"state": "string"
}
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/enterpriseProxy/getApiTokens
All Operations
POST
Enterprise Create Api Token
POST
Enterprise Download Api Token
POST
Enterprise Get Api Tokens
POST
Enterprise Refresh Api Token
POST
Enterprise Revoke Api Token
POST
Enterprise Proxy Create Api Token
POST
Enterprise Proxy Download Api Token
POST
Enterprise Proxy Get Api Tokens
POST
Enterprise Proxy Revoke Api Token
POST
Enterprise User Get Api Tokens
POST
Network Create Api Token
POST
Network Download Api Token
POST
Network Get Api Tokens
POST
Network Refresh Api Token
POST
Network Revoke Api Token
POST
Operator User Get Api Tokens