invites
Get all the user invites
GET
/
invites
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
status
enum<string>
requiredAvailable options:
pending
, rejected
, accepted
Response
200 - application/json
count
integer
invites
object[]
Was this page helpful?