TonicDM Product API (0.0.5)
Main Product API
Download OpenAPI description
Overview
URL
Reg Prentice
License
Languages
Servers
Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/
Server located in the USA
https://us-api.tonicdm.com/
Server located in Germany
https://de-api.tonicdm.com/
Server located in Ireland
https://ie-api.tonicdm.com/
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/correspondence/conversations
- Server located in the USA
https://us-api.tonicdm.com/correspondence/conversations
- Server located in Germany
https://de-api.tonicdm.com/correspondence/conversations
- Server located in Ireland
https://ie-api.tonicdm.com/correspondence/conversations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/correspondence/conversations?filterIds={id}%2C{id}%2C{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response
application/json
[ { "id": "be26af2278974fddb5fcf67d83c10de3" } ]
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/correspondence/messages
- Server located in the USA
https://us-api.tonicdm.com/correspondence/messages
- Server located in Germany
https://de-api.tonicdm.com/correspondence/messages
- Server located in Ireland
https://ie-api.tonicdm.com/correspondence/messages
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/correspondence/messages?filterIds={id}%2C{id}%2C{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response
application/json
[ { "id": "be26af2278974fddb5fcf67d83c10de3" } ]