get https://backstage.taboola.com/backstage/api/1.0/users/current/account
Get details of your primary account - including the 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 primary 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 current access token passed).