Skip to main content

New API key generation

GET 

/pim/newkey

This API endpoint allows the generation of a new API key for authentication and access to the system.

Returns


If the key generation process is successful, the API returns the expiration date and time of the generated key.

Request

Responses

success

Schema
    status stringrequired

    The status of the API request. A value of "OK" indicates that the request was successfully sent and processed.

    key_expiration stringrequired

    Creation date of the new API key

    key stringrequired
Loading...