GET
/
v1
/
conventions
curl --request GET \
  --url https://api.opx.co/partners/v1/conventions
{
  "data": [
    {
      "id": 123,
      "contract_template_id": 123,
      "reference": "<string>",
      "rai_name": "<string>",
      "status": "<string>",
      "installer_name": "<string>",
      "signed_date": "<string>",
      "start_date": "<string>",
      "end_date": "<string>",
      "incentive_type": "<string>",
      "classic_volume": "<string>",
      "precarity_volume": "<string>"
    }
  ]
}

Query Parameters

page
integer | null
Required range: x >= 1
per_page
integer | null
Required range: 1 <= x <= 100
type
enum<string> | null
Available options:
b2c,
b2b

Response

200
application/json
`ConventionCollection`
data
object[]
required