Skip to main content
GET
Get Member Profile
Returns the full profile for a member identified by their RelationReference. Use this to display member details, check tier status, or retrieve the internal Id required by Update Profile. If you only know the member’s email or another unique attribute — not their RelationReference — use Get Member by Attribute instead.
Query parameters must be URL-encoded before sending. For example, jane.doe@example.com becomes jane.doe%40example.com.

Responses


Error Codes

Authorizations

Authorization
string
header
required

JWT obtained from Generate Auth Token. Pass as Authorization: bearer {token}.

Query Parameters

pintProgramId
integer
required

Your loyalty program ID

Example:

19

pintRelationType
integer
required

Relation type. Use 4 for customers.

Example:

4

pstrRelationReference
string
required

The member's unique reference. URL-encode before passing (e.g. jane.doe%40example.com).

Example:

"jane.doe@example.com"

Response

Member profile

results
object