Required capabilities:
subscribeSignalsAcl:READ
List all sinks in the project. This will return all sinks the user has access to. If the user only has "current_user" scope, it will only return the sink for the user making the request, if it exists.
List of sinks and an optional cursor.
The response for a bad request.
Validation Error
{- "items": [
- {
- "type": "email",
- "externalId": "my.known.id",
- "emailAddress": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
], - "nextCursor": "string"
}