Theme

Gig Invitations

Gig Invitation

What are Gig Invitations?

Gig Invitation is an invitation for a user to a specific gig. It can be accepted/rejected by a user. Also, we can reset and expire a Gig Invitation.

The gig invitation object

AttributeTypeNote
idstringID of the gig invitation
objectstringType of the object, always "gig_invitation"
statusstringCurrent status of the gig invitation, e.g., "accepted"
no_rewardbooleanIndicates if there is no reward associated with the gig (false by default)
gig_idstringID of the gig associated with the invitation
user_idstringID of the user invited to the gig
{
  "id": "1",
  "object": "gig_invitation",
  "status": "accepted",
  "no_reward": false,
  "gig_id": "1",
  "user_id": "1"
}
Previous
Update Task