Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
English
Deutsch
English
Deutsch
Appearance
Menu
Return to top
Returns a list of all buddies with id, name, and photo.
GET
/api/buddy/list
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Responses
200
Success.
Content-Type
application/json
Schema
JSON
JSON
[
{
"id"
:
0
,
"name"
:
"string"
,
"photo"
:
"string"
,
"confirmed"
:
true
}
]
GET
/api/buddy/list
Playground
Authorization
api_key
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python