Skip to main content
POST
Register a STIR/SHAKEN delegate certificate

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
certificate_pem
string
required

The delegate certificate chain, PEM-encoded (public material — no private key).

not_before
string<date-time>
required

ISO-8601 certificate validity start (notBefore).

not_after
string<date-time>
required

ISO-8601 certificate validity end (notAfter). Must be after not_before.

friendly_name
string

Operator-supplied label (e.g. "Acme hosted block").

Maximum string length: 200
spc
string

Service Provider Code / OCN the certificate is issued under (public identifier).

Maximum string length: 40
spc_token
string

Short-lived STI-PA SPC token. Presence is recorded; the value is never persisted or logged.

covered_numbers
string[]

Individual E.164 numbers enumerated in the TNAuthList.

covered_ranges
object[]

Inclusive E.164 ranges enumerated in the TNAuthList.

Response

The newly-registered delegate certificate.

data
object

An ATIS-1000092 STIR/SHAKEN delegate certificate, annotated with its live effective status + covered-number counts.

meta
object