Skip to content
Convers8 Developers
Main Navigation
Get Started
Quick Start
API Reference
Appearance
Menu
Return to top
List contacts
GET
/contacts
Retrieve a list of all contacts.
Authorizations
bearerAuth
Type
HTTP (bearer)
Responses
200
A list of contacts
Content-Type
application/json
Schema
JSON
JSON
[
{
"id"
:
"string"
,
"name"
:
"string"
,
"phone_number"
:
"string"
}
]
GET
/contacts
Playground
Authorization
bearerAuth
Try it out
Samples
Powered by
VitePress OpenAPI