GET
/
api
/
v2
/
platform
/
vendors
/
{id}
curl --request GET \
  --url http://{defaultHost}/api/v2/platform/vendors/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Query Parameters

include
string

Select which associated resources you would like to fetch, see: <a href="https://jsonapi.org/format/#fetching-includes">https://jsonapi.org/format/#fetching-includes</a>

Response

200
_mintlify/placeholder

Record found