Member

Retrieves a specific member.

get/api/v1/member/{memberId}

Path parameters

memberIdstring uuid required

Unique identifier for the member

Response

Member found

Idstring uuid

Unique Identifier for the member

  • Member ID should be stored with, or otherwise linked to, a user record in your application
Metadataobject

Set of key-value pairs that can be attached to the member This can be useful for storing additional information about the member in a structured format

Example response

{
  "Id": "00000000-0000-0000-0000-000000000000"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.