Get CitrusAd supplier-team account capabilities
curl --request GET \
--url https://api.interchange.io/api/v2/storefront/inventory-sources/{sourceId}/ad-servers/citrusad/account-destination-capabilities \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.interchange.io/api/v2/storefront/inventory-sources/{sourceId}/ad-servers/citrusad/account-destination-capabilities"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.interchange.io/api/v2/storefront/inventory-sources/{sourceId}/ad-servers/citrusad/account-destination-capabilities', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"descriptorVersion": 1,
"inventorySourceId": "<string>",
"sourceId": "<string>",
"provider": "citrusad",
"nativeEntity": "supplier_team",
"nativeAccountNamespace": "citrusad:supplier-team",
"observedAt": "2023-11-07T05:31:56Z",
"operations": {
"listAccounts": {
"adapterSupport": {
"status": "implemented"
},
"authorization": {
"status": "verified",
"observedAt": "2023-11-07T05:31:56Z",
"evidenceMethod": "real_create"
}
},
"getAccount": {
"adapterSupport": {
"status": "implemented"
},
"authorization": {
"status": "verified",
"observedAt": "2023-11-07T05:31:56Z",
"evidenceMethod": "real_create"
}
},
"ensureAccount": {
"adapterSupport": {
"status": "implemented"
},
"authorization": {
"status": "verified",
"observedAt": "2023-11-07T05:31:56Z",
"evidenceMethod": "real_create"
}
},
"getDefaultAccount": {
"adapterSupport": {
"status": "implemented"
},
"authorization": {
"status": "verified",
"observedAt": "2023-11-07T05:31:56Z",
"evidenceMethod": "real_create"
}
},
"setDefaultAccount": {
"adapterSupport": {
"status": "implemented"
},
"authorization": {
"status": "verified",
"observedAt": "2023-11-07T05:31:56Z",
"evidenceMethod": "real_create"
}
},
"manualHandoff": {
"adapterSupport": {
"status": "implemented"
},
"authorization": {
"status": "verified",
"observedAt": "2023-11-07T05:31:56Z",
"evidenceMethod": "real_create"
}
}
},
"defaultDestination": {
"current": {
"nativeId": "<string>",
"readBackStatus": "confirmed",
"sellerPolicyVersion": "<string>",
"permittedExecutionScopes": [
"agent_billing"
]
}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}Storefront
Get CitrusAd supplier-team account capabilities
Get the in-process CitrusAd source capability descriptor for supplier-team selection and destination readiness. This endpoint does not call the embedded-sales-agent service or probe CitrusAd credentials; each operation therefore reports its own support and unverified credential evidence. Supplier teams remain source-native citrusad:supplier-team accounts, not advertisers.
GET
/
inventory-sources
/
{sourceId}
/
ad-servers
/
citrusad
/
account-destination-capabilities
Get CitrusAd supplier-team account capabilities
curl --request GET \
--url https://api.interchange.io/api/v2/storefront/inventory-sources/{sourceId}/ad-servers/citrusad/account-destination-capabilities \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.interchange.io/api/v2/storefront/inventory-sources/{sourceId}/ad-servers/citrusad/account-destination-capabilities"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.interchange.io/api/v2/storefront/inventory-sources/{sourceId}/ad-servers/citrusad/account-destination-capabilities', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"descriptorVersion": 1,
"inventorySourceId": "<string>",
"sourceId": "<string>",
"provider": "citrusad",
"nativeEntity": "supplier_team",
"nativeAccountNamespace": "citrusad:supplier-team",
"observedAt": "2023-11-07T05:31:56Z",
"operations": {
"listAccounts": {
"adapterSupport": {
"status": "implemented"
},
"authorization": {
"status": "verified",
"observedAt": "2023-11-07T05:31:56Z",
"evidenceMethod": "real_create"
}
},
"getAccount": {
"adapterSupport": {
"status": "implemented"
},
"authorization": {
"status": "verified",
"observedAt": "2023-11-07T05:31:56Z",
"evidenceMethod": "real_create"
}
},
"ensureAccount": {
"adapterSupport": {
"status": "implemented"
},
"authorization": {
"status": "verified",
"observedAt": "2023-11-07T05:31:56Z",
"evidenceMethod": "real_create"
}
},
"getDefaultAccount": {
"adapterSupport": {
"status": "implemented"
},
"authorization": {
"status": "verified",
"observedAt": "2023-11-07T05:31:56Z",
"evidenceMethod": "real_create"
}
},
"setDefaultAccount": {
"adapterSupport": {
"status": "implemented"
},
"authorization": {
"status": "verified",
"observedAt": "2023-11-07T05:31:56Z",
"evidenceMethod": "real_create"
}
},
"manualHandoff": {
"adapterSupport": {
"status": "implemented"
},
"authorization": {
"status": "verified",
"observedAt": "2023-11-07T05:31:56Z",
"evidenceMethod": "real_create"
}
}
},
"defaultDestination": {
"current": {
"nativeId": "<string>",
"readBackStatus": "confirmed",
"sellerPolicyVersion": "<string>",
"permittedExecutionScopes": [
"agent_billing"
]
}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}{
"data": null,
"error": {
"code": "<string>",
"message": "<string>",
"field": "<string>",
"details": {}
}
}Authorizations
API key or access token
Path Parameters
Inventory source ID
Minimum string length:
1Response
Get CitrusAd supplier-team account capabilities
In-process CitrusAd supplier-team account-destination capability descriptor. Supplier teams are source-native accounts, not advertisers. Read operations never imply supplier-team creation authorization.
Available options:
1 Minimum string length:
1Minimum string length:
1Available options:
citrusad Available options:
supplier_team Available options:
citrusad:supplier-team Pattern:
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$Show child attributes
Show child attributes
Show child attributes
Show child attributes