Skip to main content
POST
aid_mgmnt_accounts_events_post

Authorizations

Authorization
string
header
required

Bearer authentication (token authentication) should be used for accessing the API.

Use Get Token to get an access token for client credentials. Pass the token in the request header:

where the access_token is JSON Web Tokens (JWT).

Path Parameters

oid
string<^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$>
required

An id that uniquely identifies the account or owner (partner)

aid
string<^[PT]{1}\d{8}$>
required

An id that uniquely identifies the account.

Required string length: 9

Body

application/json

Events registered on the account

event_type
enum<string>
required

The event_type corresponding to comment event

Available options:
comment
body
string
required
visibility
enum<string>
required
Available options:
private

Response

Account event

Events registered on the account

event_type
enum<string>
required

The event_type corresponding to comment event

Available options:
comment
body
string
required
visibility
enum<string>
required
Available options:
private
id
string
read-only

An id that uniquely identifies the resource

created_at
string<date-time>
read-only

The date-time when the resource was created

created_by
string
read-only

The ID of the user/client created the resource

Last modified on July 22, 2026