Project Invites
Create a Project Invite
POST
/
projects
/
{projectSlug}
/
invites
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
projectSlug
string
requiredProject slug
Body
application/json
email
string
Response
200 - application/json
id
string
project_id
string
email
string
accepted
boolean
creator_id
string
created_at
string
Was this page helpful?