GET
/
v1
/
subcontractors
curl --request GET \
  --url https://api.opx.co/partners/v1/subcontractors
{
  "data": [
    {
      "id": 123,
      "company_name": "<string>",
      "siren": "<string>",
      "siret": "<string>",
      "address": "<string>",
      "city": "<string>",
      "zipcode": "<string>",
      "country": "<string>",
      "firstname": "<string>",
      "lastname": "<string>",
      "phone": "<string>",
      "email": "<string>"
    }
  ]
}

Query Parameters

page
integer | null
Required range: x >= 1
per_page
integer | null
Required range: 1 <= x <= 100
keyword
string | null

Response

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