POST

https://{environment}.straddle.io

/
v1
/
representatives

Authorizations

Authorization
string
headerrequired

Use your Straddle API Key in the Authorization header as Bearer <token> to authorize API requests.

Headers

request-id
string

Optional client generated identifier to trace and debug a request.

correlation-id
string

Optional client generated identifier to trace and debug a series of requests.

Body

account_id
string
required

The unique identifier of the account this representative is associated with.

first_name
string
required

The first name of the representative.

last_name
string
required

The last name of the representative.

dob
string
required

Date of birth for the representative in ISO 8601 format (YYYY-MM-DD).

ssn_last4
string
required

The last 4 digits of the representative's Social Security Number.

email
string
required

The company email address of the representative.

mobile_number
string
required

The mobile phone number of the representative.

relationship
object
required
external_id
string | null

Unique identifier for the representative in your database, used for cross-referencing between Straddle and your systems.

Response

201 - text/plain
meta
object
required
response_type
enum<string>
required

Indicates the type of data returned.

Available options:
object,
array,
error,
none
data
object
required