curl --request GET \
--url http://{defaultHost}/api/v2/platform/vendors/{id} \
--header 'Authorization: Bearer <token>'Returns a Vendor. Only available in Enterprise Edition
curl --request GET \
--url http://{defaultHost}/api/v2/platform/vendors/{id} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Select which associated resources you would like to fetch, see: https://jsonapi.org/format/#fetching-includes
Record found
Was this page helpful?