Skip to main content
POST
Register a DLT header (sender ID)

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
principal_id
string
required

Id of the principal entity this header belongs to.

header
string
required

The sender ID string carriers display.

Required string length: 3 - 11
category
enum<string>
required
Available options:
promotional,
transactional,
service_implicit,
service_explicit

Response

The created header.

data
object

The stored header row (id, principal_id, header, category, status, …).

meta
object