post http://localhost:3000/v1/api/event-types
create EventTypes
Log in to see full request history
Responses
create EventTypes
xxxxxxxxxx
12curl --request POST \
--url http://localhost:3000/v1/api/event-types \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"data": {
"triggerType": "action",
"creative": "creates data"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: