API ReferenceSpace Invitation
List pending invitations for a space
Authorization
http AuthorizationBearer <token>
In: header
Path Parameters
space*integer
The space ID
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://zilfu.app/api/spaces/0/invitations"{
"data": [
{
"id": 0,
"email": "string",
"permissions": "string",
"expires_at": "2019-08-24T14:15:22Z",
"accepted_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"is_expired": true
}
]
}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}