GET
/
v1
/
invites
/
createInvites
cURL
curl --request GET \
  --url https://dev.entropi.app/v1/invites/createInvites \
  --header 'Authorization: Bearer <token>'
{
  "result": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

nInvites
integer
required

Number of invites to generate

interviewID
string
required

ID of the interview associated with the invite

productID
string
required

ID of the product associated with the invite

orgID
string
required

ID of the Organization creating the invite

Response

200
application/json

Invite List

The response is of type object.