Skip to content

List contacts

GET
/contacts

Retrieve a list of all contacts.

Authorizations

bearerAuth
TypeHTTP (bearer)

Responses

A list of contacts
application/json
JSON
[
{
"id": "string",
"name": "string",
"phone_number": "string"
}
]

Playground

Authorization

Samples

Powered by VitePress OpenAPI
>