Skip to main content
GET
/
v1
/
operations
/
{id}
Operation details
curl --request GET \
  --url https://api.opx.co/partners/v1/operations/{id}
{
  "data": {
    "id": 123,
    "code": "<string>",
    "operation_name": "<string>",
    "can_b2b": true,
    "can_b2c": true,
    "has_cdp": true,
    "has_material": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.opx.co/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
integer
required

Response

200 - application/json

OperationResource

data
OperationResource · object
required