Sirdata API
Semantic APISirdata CMP - APIAbout Sirdata
  • Sirdata API
  • Overview
    • API Access
    • Sandbox
    • API Updates
  • Authentification
    • Get Token
  • Taxonomy
    • Sirdata Taxonomy
    • IAB Taxonomy
    • 3rd Party Taxonomy
  • A.D.S API
    • About A.D.S
    • Tag integration V1
    • Tag integration V2
    • Test method
    • Segment Access
  • Notification API
    • About Notification API
    • Audience
    • Campaign
    • Webhook endpoint
  • 😎Customer API
    • About Customer API
    • Create storage
    • Create Filter (counting)
    • Create order
    • Segment list
  • Semantic API
  • Sirdata CMP
  • About Sirdata
  • Sirdata API SLA
Powered by GitBook
On this page

Was this helpful?

  1. Customer API

Segment list

PreviousCreate orderNextSirdata API SLA

Last updated 3 years ago

Was this helpful?

You can get all segments you have access to using this call

fetch("https://gateway.sirdata.io/api/v1/public/customer/segment", {
  "method": "GET",
  "headers": {
    "x-api-token": "XXXXX-XXXXX-XXXXX-XXXXX",
  }
})
.then(response => {
  console.log(response);
})
.catch(err => {
  console.error(err);
});java
😎
https://openapi.sirdata.io/customer/#tag/segment