GET
/
companies
curl --request GET \
  --url https://productlane.com/api/v1/companies \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

skip
integer
take
integer
domain
string
Required string length: 1 - 255
name
string
Required string length: 1 - 255

Response

200
application/json
Successful response

The response is of type any.