Skip to main content

Get Contacts

GET 

https://api.tinyemail.com/v1/contacts

Get all contacts

Request

Responses

successful operation

Schema
    contacts object[]
  • Array [
  • id uuid
    name string
    numberOfMembers integer
  • ]

Authorization: X-API-KEY

name: X-API-KEYtype: apiKeyin: header
curl -L -X GET 'https://api.tinyemail.com/v1/contacts' \
-H 'Accept: application/json' \
-H 'X-API-KEY: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.tinyemail.com/v1
Auth
ResponseClear

Click the Send API Request button above and see the response here!