GET
/
api
/
v1
/
referrals
/
{hash}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "hash": "<string>",
  "id": 123,
  "tenant": "https://example.com/",
  "user": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "fullName": "<string>",
    "logo": "<string>"
  },
  "dateCreated": "2023-11-07T05:31:56Z",
  "status": "AWAITING_REFERRAL"
}

Path Parameters

hash
string
required

Referral identifier

Response

200
application/ld+json

Referral resource