Get All Tokens

Get All Tokens

Get all api tokens for a user

Request
URI
GET
https:////api/v2/apitoken
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerListUserApiToken of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": "integer"
    },
    "response": [
        {
            "tokenID": "string",
            "tokenName": "string",
            "account": "string",
            "accountType": "string",
            "lastUsed": "integer",
            "dateGenerated": "integer"
        }
    ]
}
status
Required

status

response
Optional

response