Skip to main content

Import Contacts

POST 

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

Create a new contact list by importing members from csv file

Request

Body

required
    contactFile binaryrequired

    The CSV file to upload

Responses

Successful operation

Schema
    id uuid

Authorization: X-API-KEY

name: X-API-KEYtype: apiKeyin: header
curl -L -X POST 'https://api.tinyemail.com/v1/contacts/import' \
-H 'Content-Type: multipart/form-data' \
-H 'Accept: application/json' \
-H 'X-API-KEY: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.tinyemail.com/v1
Auth
Body required
required
The CSV file to upload
ResponseClear

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