Hi all,
This is my first time using Postman and I’m running into some problems. I use a CDP called Braze and usually I export a segment directly from the platform but since my segment size exceeds 500k, I need to export via an API.
I’m using the Post request “Export User Profile by Segment” Braze Endpoints
After going through the documentation, I was able to send the request and it returned successfully. However, I’m having trouble figuring out how to export the data from the response - is it supposed to provide a link so I can download? I noticed that in the response, it gave me a null value next to “url”:
“url”: null,
“message”: “success”
This was what I inputted in the body - am I missing any other fields?
I tried looking for posts but couldn’t find any similar issues. Any help is appreciated!