v1

latestOpenAPI 3.0.12026-07-247756110.6 KB
Suppliers

Get supplier

Get a supplier

get/suppliers/{supplier_id}

Path parameters

supplier_idinteger required

Supplier ID

Response

Get a supplier

uuidstring

Unique ID of supplier

supplier_idinteger

ID of supplier. It's a reference created once a supplier accepts the invitation

namestring

Name of the supplier

emailstring

Email of the supplier

verifiedboolean

Whether the supplier is verified or not

Example response

{
  "uuid": "ve-a4183a5c-c838-419b-a520-b1b4d1e2e426",
  "supplier_id": 12345,
  "name": "John Doe",
  "email": "john.doe@wetravel.com",
  "verified": true
}