Skip to content

세그먼트 세부 정보 내보내기

get

/segments/details

이 엔드포인트를 사용하여 세그먼트에 대한 관련 정보를 검색하면 segment_id로 식별할 수 있습니다.

필수 구성 요소

이 엔드포인트를 사용하려면 segments.details 권한이 있는 API 키가 필요합니다.

사용량 제한

요청 매개변수

매개변수 필수 데이터 유형 설명
segment_id 필수 문자열 세그먼트 API 식별자

지정된 세그먼트의 segment_id는 Braze 계정 내 API Keys 페이지에서 찾을 수 있으며, 세그먼트 목록 내보내기 엔드포인트를 사용할 수도 있습니다.

요청 예시

1
2
curl --location -g --request GET 'https://rest.iad-01.braze.com/segments/details?segment_id={{segment_identifier}}' \
--header 'Authorization: Bearer YOUR-REST-API-KEY'

응답

1
2
3
4
5
6
7
8
9
10
11
12
Content-Type: application/json
Authorization: Bearer YOUR-REST-API-KEY
{
      "message": (required, string) the status of the export, returns 'success' when completed without errors,
      "created_at" : (string) the date created as ISO 8601 date,
      "updated_at" : (string) the date last updated as ISO 8601 date,
      "name" : (string) the segment name,
      "description" : (string) a human-readable description of filters,
      "text_description" : (string) the segment description, 
      "tags" : (array) the tag names associated with the segment formatted as strings,
      "teams" : (array) the names of the Teams associated with the campaign
}
이 페이지가 얼마나 도움이 되었나요?
New Stuff!