Skip to main content
POST
curl

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

Body

application/json

Request to create a new headless user.

external_reference
string
required

Stable partner-supplied reference for this user. Must be unique within your partner account. Reuse the same value only for the same user, including create retries.

Required string length: 1 - 256

Response

Created

data
object
required

Created headless user payload.