Sirdata API
Semantic API
Sirdata CMP - API
About Sirdata
Search…
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
Segment list
You can get all segments you have access to using this call
https://openapi.sirdata.io/customer/#tag/segment
1
fetch
(
"https://gateway.sirdata.io/api/v1/public/customer/segment"
,
{
2
"method"
:
"GET"
,
3
"headers"
:
{
4
"x-api-token"
:
"XXXXX-XXXXX-XXXXX-XXXXX"
,
5
}
6
})
7
.
then
(
response
=>
{
8
console
.
log
(
response
);
9
})
10
.
catch
(
err
=>
{
11
console
.
error
(
err
);
12
});
java
Copied!
Customer API - Previous
Create order
Next
Sirdata API SLA
Last modified
2mo ago
Copy link