GET
/
public
/
v1
/
segment-service
/
segments
/
{segment-id}
/
signed-url
curl --request GET \
  --url https://api.topsort.com/public/v1/segment-service/segments/{segment-id}/signed-url
{
  "url": "<string>"
}

Path Parameters

segment-id
string
required

The ID of the segment.

Query Parameters

action
enum<string>
default:
add

The action to perform on the segment. Possible values are 'add', 'remove', or 'replace'. The 'replace' action will first remove all existing users from the segment before adding the new ones.

Available options:
add,
remove,
replace

Response

200
application/json
Successful Response
url
string
required

The presigned URL.

Required string length: 1 - 2083