Key

[DEPRECATED] Export (move) a key to another category

Deprecated. Use POST /api/v2/keys/multiple-export instead.

Deprecated

POST
/api/v2/keys/export-by-category

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X POST "https://example.com/api/v2/keys/export-by-category"
{  "message": {    "error": "Your request was made with invalid credentials."  }}
{  "message": {    "error": "This endpoint is deprecated. Use POST /api/v2/keys/multiple-export instead."  }}