POST
/
public
/
v1
/
invitation-service
/
invitations
curl --request POST \
  --url https://api.topsort.com/public/v1/invitation-service/invitations \
  --header 'Content-Type: application/json' \
  --data '{
  "invites": [
    {
      "vendorEmail": "jsmith@example.com",
      "vendorId": "<string>"
    }
  ]
}'
"<any>"

Body

application/json
invites
object[]
required

A list of vendors to invite to the Topsort platform. The IDs provided must already exist on the catalog.

Response

200
application/json
Successful Response

The response is of type any.