Events
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
projectId*string
Query Parameters
limit?number
cursor?string
The nextCursor of the previous page.
Response Body
application/json
curl -X GET "https://example.com/projects/string/b2b/organizations/string/events"{ "data": [ { "id": "string", "type": "organization.member_added", "actorType": "DEVELOPER", "actorId": "string", "actorLabel": "string", "subjectCustomerId": "string", "metadata": {}, "occurredAt": "2019-08-24T14:15:22Z" } ], "nextCursor": "string"}