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/
Request
Submit an array of ProjectMember
objects to add EmailAddresses to the project. You cannot add Organizations or Offices to the project directly. The Office that will display is a property of the EmailAddress added. The Brand can be specified, but typically will be ommitted and default based on the EmailAddress.
Security
OAuth2 or apiKeyAuth
The status of a Person relative to a Project.
Default "nonmember"
Enum"active""inactive""deleted""nonmember"
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/team
- Server located in the USA
https://us-api.tonicdm.com/core/team
- Server located in Germany
https://de-api.tonicdm.com/core/team
- Server located in Ireland
https://ie-api.tonicdm.com/core/team
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/team?projectId=8e8aa42241794371ae9d0ed7b67a8c86' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"emailAddressId": "8e8aa42241794371ae9d0ed7b67a8c86",
"brandId": "8e8aa42241794371ae9d0ed7b67a8c86",
"projectId": "8e8aa42241794371ae9d0ed7b67a8c86",
"ProjectMemberStatus": "active",
"isExecutive": true
}'