LettrLabs Public API Documentation.
LettrLabs Public API Documentation (1.0.0)
Download OpenAPI description
Languages
Servers
Mock server
https://docs.lettrlabs.com/_mock/lettrlabs_api_reference/
https://app.lettrlabs.com/api/
- Mock server
https://docs.lettrlabs.com/_mock/lettrlabs_api_reference/v1/zapierActions/address-book
https://app.lettrlabs.com/api/v1/zapierActions/address-book
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.lettrlabs.com/_mock/lettrlabs_api_reference/v1/zapierActions/address-book \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"firstName": "string",
"lastName": "string",
"toOrganization": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"zip": "string"
}'Response
application/json
{ "profile": { "id": 0, "aadId": "1cbad290-069a-4527-be23-a0c144b5302d", "email": "string", "firstName": "string", "lastName": "string", "company": "string", "created": "2019-08-24T14:15:22Z", "shouldProcessQrCodes": true }, "payload": { "id": 0 }, "errors": [ "string" ], "hasErrors": true, "warnings": [ "string" ], "hasWarnings": true, "metadata": { "property1": {}, "property2": {} } }