PPylon Developers
ApiCollaborators

Get Collaborators

GET
/api/organizer/v1/events/{id}/collaborators
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://loading/api/organizer/v1/events/497f6eca-6276-4993-bfeb-53cbbbba6f08/collaborators"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
    "role": "string",
    "addedAt": "2019-08-24T14:15:22Z",
    "addedByUserId": "7fa918c3-06fd-4ced-95f4-3463caf443f0"
  }
]
{
  "code": "string",
  "message": "string"
}