get
https://backstage.taboola.com/backstage/api/1.0/users/current/account
Get your account details - including your account_id.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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_idfield 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).
