v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
user

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.

email_hashstring required
email_verifiedboolean required
end_customer_idstring required
has_end_customer_enroledboolean required
has_user_enroledboolean required
has_user_signed_upboolean required
terms_acceptedboolean required

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
}