Sign Ups
Retrieve a sign-up by ID
Retrieve the details of the sign-up with the given ID
get/sign_ups/{id}
Path parameters
idstring required
The ID of the sign-up to retrieve
Response
Success
Example response
{
"abandon_at": 1700690400000,
"legal_accepted_at": 1700690400000,
"locale": "en-US"
}