SignupTokens
Retrieve a SignupToken
Use this endpoint to retrieve a single SignupToken by its ID.
get/customers/signup-tokens/{signupTokenId}
Response
The signup token was successfully retrieved or updated.
Example response
{
"data": {
"id": "000000-000000-000000-000000",
"membership_type_id": "000000-000000-000000-000000",
"membership_rate_id": "000000-000000-000000-000000",
"start_date": "2021-02-21",
"end_date": "2022-02-21",
"duration": "P1M",
"first_name": "Dan",
"email": "dan@try.be"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.