Get Servicing Vendors
Description
This endpoint provides a list of servicing vendors.
The id
returned from this endpoint can be used to populate the value
field in the request body of the /orders/{orderId}
endpoint.
Responses
[
{
"id": "0000A00000aBcDEFH0",
"name": "Sample Servicing 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/servicing-vendors' \
--header 'Authorization: Bearer {API_KEY}'
09 July 2024