Skip to content

New GET /v1/invitations endpoint #298

Description

@sergeychernyshev

Create new GET /v1/invitations endpoint that returns a list of invitations current user sent (excluding admin invites, e.g. is_admin_invite is false)

Return schema:

  • code - string (invitation code)
  • status - ‘accepted’ | ‘sent’
  • created - date invitation was created
  • name - string (invited person’s name)
  • invitation_email- string (invited person’s email)
  • invitation_note - string (invitation note)
  • account_id - integer (optional - if invited to join account)
  • plan_slug - slug (slug string of subscription plan)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions