v1

latestOpenAPI 3.1.02026-07-24590188.7 KB

me

get/v2/api/me

Response

200

Example response

{
  "user": {
    "id": "<adsId>",
    "name": "<string>",
    "email": "<string>",
    "email_confirmed": "<bool>",
    "advertisers_with_access": [
      {
        "advertiser_id": "adsId",
        "role": "<string>"
      }
    ]
  },
  "profile": {
    "id": "<adsId>",
    "name": "<string>",
    "associated_user_ids": [
      "<adsId>"
    ],
    "payment_profile_id": "<adsId>",
    "is_ad_agency": "<bool>"
  }
}