{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientCredentialToken", "title": "ClientCredentialToken", "type": "object", "properties": { "expiresIn": { "type": "integer", "description": "Time in seconds after which the issued accessToken expires.

Endpoints:", "format": "int32", "readOnly": true }, "issuedAt": { "type": "string", "description": "The date and time on which accessToken was created for the customer.

Endpoints:", "readOnly": true }, "accessToken": { "type": "string", "description": "Access Token to access YSL 1.1 services.

Endpoints:", "readOnly": true } } }