Get Contacts
GET/contacts
Get all contacts
Request
Responses
- 200
- 400
- 401
- 405
successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
contacts object[]
id uuid
name string
numberOfMembers integer
{
"contacts": [
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "my contacts",
"numberOfMembers": 10000
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Some error message"
}
API key is missing or invalid
Method Not Allowed
Loading...