Skip to content

Returns all bells for the current user

GET
/api/bells

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Query Parameters

limit
Typeinteger
offset
Typeinteger

Responses

Success

application/json
JSON
[
{
"id": 0,
"key": "event_post.many",
"title": "event_post_title",
"href": "event_post_title",
"payload": {
"additionalProperties": "string"
},
"icon": "fas fa-calendar",
"image": "string",
"createdAt": "string",
"isCloseable": true,
"isRead": true
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python