Ordering API Docs Help

Get Vendor Project Managers

Description

This endpoint provides a list of project managers with their associated vendors.

The id returned from this endpoint can be used to populate the value field in the request body of the /orders/{orderId} endpoint.

/cv/vendor-project-managers

Responses

[ { "id": "0000A00000aBcDEFH0", "name": "Minnie Mouse", "email": "minnie.mouse@disney.com", "vendors": [ "id": "0000A00000aBcDEFH0", "name": "Sample Vendor" ] } ]

Example

Authentication

This API requires an API key for authentication. The API key should be included in the header of the request as Authorization: Bearer {API_KEY}.

Request

curl --location '{BASE_URL}//cv/vendor-project-managers' \ --header 'Authorization: Bearer {API_KEY}'
09 July 2024