cURL
curl --request GET \ --url http://localhost:3301/api/v1/sinks \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "color": "neutral", "is_public": true, "public_slug": "<string>", "secret": "<string>", "workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "trail": "<string>" }
List all sinks in the current workspace
API key authentication
Default Response
Show child attributes
Pagination trail for next page