POST /events/v3/send

Having difficulty getting this api set up

Testing it on the page it works, but when I try and integrate it on my site or in Postman i just get hit with the ERR_ABORTED 415 (Unsupported Media Type).
I’ve copied over example text just to try and get a response - the response i’m expecting is eventName not found please use event that starts with … as then I know i’m getting the correct response back and can test it with actual event data.
See screenshot for postman setup
(I have removed the bearer token for privacy reasons)

Hi @RDavey,
Thank you for asking the Community!
I found for you similar threads that might help you:
- The solution from @stefen on this post “resulted in a `415 Unsupported Media Type` response:
- The solution from @jonlmiller on this post “(415) Unsupported Media Type when POST a contact
I also wanted to invite a couple of subject matter experts to this conversation:
Hi @mangelet, @Gonzalo, and @Teun do you have suggestions to help @RDavey, please?
If anybody else has anything to add and/or share, please feel free to join in the conversation :slightly_smiling_face:
Thanks a lot and have a fantastic day!
Best,
Bérangère

Hi @BérangèreL
Thanks for your response:
- The first solution, i don’t believe is the date formatting as I have been using the example format from the website in an attempt to test the api - however i will test just to make sure
- For the second solution I am already adding the content-type: application/json so I don’t believe that is the issue here.
Appreciate your support in trying to solve this issue.
Thanks!