Connecting a supplier enables Mapping.Travel to run ID-to-ID mappings between your hotel inventory and that supplier’s dataset. Your current billing plan determines the maximum number of suppliers you can connect simultaneously. Disconnecting removes the active connection but does not delete historical mapping results.Documentation Index
Fetch the complete documentation index at: https://docs.mapping.travel/llms.txt
Use this file to discover all available pages before exploring further.
POST /api/v1/suppliers//connect
Connect your organization to a supplier.Path parameters
UUID of the supplier to connect. Retrieve supplier IDs from
GET /api/v1/suppliers.Response
Returns201 Created with the supplier connection details.
UUID of the newly created connection.
UUID of the connected supplier.
Short code of the connected supplier.
Display name of the connected supplier.
ISO 8601 timestamp of when the connection was created.
Errors
| Status | Description |
|---|---|
400 Bad Request | Your plan’s maximum supplier limit has been reached, or you have hit a rate limit. |
404 Not Found | No supplier exists with the given ID. |
Example
DELETE /api/v1/suppliers//disconnect
Disconnect your organization from a supplier.Path parameters
UUID of the supplier to disconnect.
Response
Returns204 No Content on success. The response body is empty.
Errors
| Status | Description |
|---|---|
400 Bad Request | Rate limit exceeded. |
404 Not Found | Your organization is not connected to the specified supplier. |