Footer Section
Explore

The /users/key endpoint is used to obtain a temporary 64 bit hexadecimal encryption key that can be used to encrypt the client credentials before obtaining an access token.
The name of the storefront used for the request.
curl --request GET \--url https://documentation.conga.com/users/key \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'x-storefront: '
1{2"title": "success",3"status": 200,4"data": "10cab93e8ffc3fffddcc09f7006f3bffd5b0be5ac8fb0a79e19d9fdc3090fed4"5}