Skip to content

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

TypeAPI Key (header: X-CSRF-Token)

Responses

Success.

application/json
JSON
[
{
"id": 0,
"name": "string",
"photo": "string",
"confirmed": true
}
]

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python