POST /api/v1/suppliers//connect
Connect your organization to a supplier.Path parameters
string
required
UUID of the supplier to connect. Retrieve supplier IDs from
GET /api/v1/suppliers.Response
Returns201 Created with the supplier connection details.
string
required
UUID of the connected supplier.
string
required
Short code of the connected supplier (e.g.
expedia).string
required
Display name of the connected supplier.
string
Short description of the supplier, if available.
string
URL of the supplier logo image, if available.
string
required
ISO 8601 timestamp of when the connection was created.
Errors
Example
DELETE /api/v1/suppliers//disconnect
Disconnect your organization from a supplier.Path parameters
string
required
UUID of the supplier to disconnect.
Response
Returns204 No Content on success. The response body is empty.