Product Robot Tokens
هذه الصفحة غير متوفرة باللغة العربية. يتم عرض النسخة الإنجليزية.
Renew product robot API token
Renews (rotates) a robot API token. Default expiration: +1 month.
Authorization
BearerAuthObject AuthorizationBearer <token>
In: header
Path Parameters
uid*string
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/api/v2/products/string/robot-tokens/string/renew" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "createdAt": "2019-08-24T14:15:22Z", "expiresAt": "2019-08-24T14:15:22Z", "token": "string"}{ "message": { "error": "Your request was made with invalid credentials." }}{ "message": { "error": "You are not allowed to perform this action." }}Empty
{ "message": { "error": "Oops! Something went wrong! Write to administrator. Your Request Id {f1177aee-9a99-42f0-a23f-4dd29fc39b65-672e0df972ccb}" }}