Get Customer Token

Get Customer Token

Get the specified api token for a customer

Request
URI
GET
https://{api_host}/api/v2/apitoken/customertokens/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerApiTokenModel 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