NeoDay
Number of APIs: 23
This Qodex collection contains requests described in the NeoDay Developer Documentation
To get started fork this collection and updates the Variables in the root Neoday
folder. You'll probably first want to create an access token by executing the Neoday/Authentication/Client credentials
request. This will store the access token in the access_token
variable and will automatically be used in all future requests.
-
Users - Lookup a user by their ID GET {{base_url}}/api/1/user/details/:user_id?locale={{locale}}
-
Users - Delete a user POST {{base_url}}/api/1/user/:user_id/delete?locale={{locale}}
-
Campaigns - Get stack instances of a user for a specific stack GET {{base_url}}/api/1/backoffice/stack-instances/:stack_id/:user_id?locale={{locale}}
-
Campaigns - Get campaigns of a specific type for a user GET {{base_url}}/api/1/backoffice/stack-summaries/type/:type/:user_id?locale={{locale}}
-
Campaigns - Get all campaign instances GET {{base_url}}/api/1/backoffice/stack-summaries/account-id/:user_id?locale={{locale}}
-
Custom events - Define a schema PUT {{base_url}}/api/1/terminal/events/my_event?locale={{locale}}
-
Custom events - List all schemas GET {{base_url}}/api/1/terminal/events?locale={{locale}}
-
Custom events - Submit an event POST {{base_url}}/api/1/terminal/:user_id/events/my_event?locale={{locale}}
-
Webhooks - Create webhook POST {{base_url}}/api/1/terminal/webhooks?locale={{locale}}
-
External Segment - Create External Segment POST {{base_url}}/api/1/external-segmentation/external-segment?locale={{locale}}