InvitesSpaceSpaceid

Get all invites for a space

GET
/Invites/space/{spaceId}
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Path Parameters

spaceId*string
Formatuuid

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/Invites/space/497f6eca-6276-4993-bfeb-53cbbbba6f08"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "space_id": "22cc9270-58a2-4d80-a821-13400b6090e1",
    "email": "string",
    "role": "Maintainer",
    "status": "Sent",
    "valid_to": "2019-08-24T14:15:22Z",
    "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
    "invite_link": "string",
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z"
  }
]