get https://backstage.taboola.com/backstage/api/1.0/users/current/account
Get your account details - including your account_id
.
Sample response:
{
"id": 1234,
"name": "Taboola Demo - Advertiser",
"account_id": "taboola-demo-advertiser",
"partner_types": [
"PUBLISHER",
"ADVERTISER"
],
"type": "PARTNER",
"campaign_types": [
"PAID"
],
"currency": "USD"
}
The
account_id
field in the response contains your Account ID.If you manage multiple accounts, this is your network Account ID.
This endpoint does not expect any params. It returns account details for the current user (i.e. the access token passed).