Skip to main content
GET
Get an advertiser by ID.

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Path Parameters

advertiser_id
string<uuid>
required

Response

Successful Response

Response schema for User read operations.

created_at
string<date-time>
required
email
string
required

The user's email address

id
string<uuid>
required

The user's ID

is_active
boolean
required

Whether the user is active

role
enum<string>
required

The role of the user.

Available options:
advertiser,
operator,
admin
updated_at
string<date-time>
required
budget
number
default:0

The user's budget

credit
number
default:0

The user's credit

deleted_at
string<date-time> | null

Soft deletion timestamp for the user

name
string | null

The user's name

no
integer | null
permissions
UserPermission · object

The permissions of the user.

preferences
any | null

The user's preferences