Skip to main content
GET
/
management
/
operations
/
{operationId}
curl -X GET "https://api.cryptomate.me/management/operations/management" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{
  "id": "management",
  "description": "Company management"
}
Retrieves details of a specific operation by its identifier. Requires an API key with access level 3 or higher.

Path parameters

operationId
string
required
Unique identifier of the operation to retrieve.

Response

id
string
Unique operation identifier.
description
string
Operation description.
curl -X GET "https://api.cryptomate.me/management/operations/management" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{
  "id": "management",
  "description": "Company management"
}