Skip to main content
POST
Upsert a contact

Authorizations

Authorization
string
header
required

OAuth2 access token. Pass the token in the Authorization header as Bearer <token>. The token is looked up in Redis to resolve the caller identity.

Body

application/json
data
object
required

Contact payload to create or update asynchronously.

kind
enum<string>
required

Resource kind.

Available options:
contact
Example:

"contact"

Response

Accepted

Last modified on July 7, 2026