v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBuser
userByOffer user
Return basic info about the user attached to this offer
get/users/byOffer
Query parameters
tokenstring required
the shared token
Example:abc123
the shared token
offer_idstring regexp required
Offer ID
Example:739b63c2-9e58-4964-b38d-4ebb424de242
Offer ID
Response
OK response.
Example response
{
"email_hash": "abc123",
"email_verified": false,
"end_customer_id": "abc123",
"has_end_customer_enroled": false,
"has_user_enroled": false,
"has_user_signed_up": false,
"terms_accepted": false
}