Skip to main content
POST
Invite a supplier — or a whole supplier list (talent pool) — to bid on a project

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials. The access token from POST /oauth/token is sent as a bearer token. Request only the scopes you need.

zivio-tenant-id
string
header
required

Your Zivio organisation identifier. The regional API endpoints serve every Zivio organisation, so each request must identify yours.

Path Parameters

id
integer
required

Project ID

Body

application/json
supplier_id
integer

Supplier to invite directly. Provide this or supplier_list_id.

Example:

45

supplier_list_id
integer

Supplier list (talent pool) whose members should all be invited. Provide this or supplier_id.

Example:

7

message
string

Optional message included in the invitation to the supplier(s).

Example:

"We would value your proposal — submissions close in two weeks."

Response

Invitation(s) sent; direct invites return the invitation, list invites a summary

The response is of type object.