ArtemisAds
  1. Links
ArtemisAds
  • Get Started
    • Authentication
    • Pagination
  • Publisher API
    • Tracking ID
      • Create Primary Tracking ID
      • Create Sub Tracking ID
      • List Tracking IDs
    • Products
      • List Products
    • Deals
      • List Deals
    • Brands
      • List Brands
    • Links
      • List Publisher Sources
        GET
      • Create Product Link
        POST
      • List Product Link
        GET
      • Get Product Link by ID
        GET
      • Create Default Brand Storefront Link
        POST
      • List Brand Storefront Links
        GET
    • Reports
      • List Product reports
      • List Per-Product reports
  1. Links

List Publisher Sources

GET
/openapi/publisher/v1/sources
List all available sources for the publisher.
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
200 - Example 1
{
    "sources": [
        {
            "id": "string",
            "name": "string"
        }
    ],
    "cursor": "string"
}

Request

Query Params

Header Params

Responses

🟢200OK
application/json
Body

🟠401Unauthorized
🟠403Forbidden
Modified at 2025-06-26 06:58:42
Previous
List Brands
Next
Create Product Link
Built with