Get Customer Tokens

Get Customer Tokens

Get all api tokens for a customer

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

successful operation

Returns ResponseContainerListApiTokenModel of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": [
        {
            "accountType": "string",
            "name": "string",
            "id": "string",
            "createdEpochMillis": 0,
            "dateGenerated": 0,
            "customer": "string",
            "lastUsed": 0,
            "account": "string"
        }
    ]
}
status
Required

status

response
Optional

response