Skip to main content
POST
Create Card

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
handle
string
required
Required string length: 3 - 40
Pattern: ^[a-z0-9][a-z0-9-]{1,38}[a-z0-9]$
display_name
string
required
Required string length: 1 - 200
title
string | null
company
string | null
pronouns
string | null
tagline
string | null
Maximum string length: 280
photo_url
string | null
company_logo_url
string | null
banner_url
string | null
theme
CardThemeBody · object
fields
CardFieldBody · object[]
is_default
boolean
default:false
show_anyreach_branding
boolean
default:true
notify_on_share_back
boolean
default:true
notify_email
string | null
Maximum string length: 320

Response

Successful Response

The response is of type Response Create Card Route Cards Post · object.