List Publisher Sources
GET
/openapi/publisher/v1/sources
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.artemisads.com/openapi/publisher/v1/sources?limit=100&cursor=86Rf07xd4ztfA2ztfA' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
Response Response Example
{
"sources": [
{
"id": "string",
"name": "string"
}
],
"cursor": "string"
}
Request
Query Params
limit
integer
optional
Example:
100
cursor
string
optional
Example:
86Rf07xd4ztfA2ztfA
Header Params
x-aa-authorization
required
Bearer
Default:
Bearer aa.oa2.v1.xxx
Example:
Bearer aa.oa2.v1.xxx
Responses
Modified at 2025-06-05 10:03:32