Customer
post/v1/customer/token
Request body
Example request
{
"firstName": "Lori",
"lastName": "Keet",
"email": "lori@keet.com",
"phoneNumber": "+14155552671",
"displayName": "Lori Keet",
"remoteId": "1234567890",
"subscriberCustomerId": "1234567890",
"avatarUrl": "https://example.com/image.jpg",
"expiry": "1h"
}Response
A generated JWT token
string required