Skip to main content
GET
/
v1
/
operations
/
{id}
/
parameters
Operation Aids parameters list
curl --request GET \
  --url https://api.opx.co/partners/v1/operations/{id}/parameters
{
  "data": [
    {
      "key": "<string>",
      "description": "<string>",
      "type": "<string>",
      "options": [
        "<string>"
      ],
      "definition": [
        "<string>"
      ],
      "usage": []
    }
  ]
}

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

Query Parameters

type
enum<string> | null
Available options:
b2c,
b2b
commitment_date
string | null

Response

OperationParameterCollection

data
OperationParameterResource · object[]
required