create_subscriber_token
create_subscriber_token
Create a subscriber authentication token.
Request
reference
A string that uniquely identifies the subscriber. Often it's an email, but can be any other string.
expire_at
A unixtime (the number of seconds since 1970-01-01 00:00:00) at which the token should no longer be valid. Defaults to 'two hours from now'
application_id
The ID of the application that the token is associated with.
password
Set or update the subscriber's password. Omit this field or pass an empty string if you don't want to update the password.
first_name
Set or update the first name of the subscriber.
last_name
Set or update the last name of the subscriber.
display_name
Set or update the display name of the subscriber.
job_title
Set or update the job title of the subscriber.
time_zone
Set or update the time zone of the subscriber.
country
Set or update the country of the subscriber.
region
Set or update the region of the subscriber.
company_name
Set or update the company name of the subscriber.
Response
subscriber_id
The ID of the subscriber that the token is associated with.
token
The token that is associated with the subscriber.
refresh_token
Refresh token.
Response Example
Response