v1

latestOpenAPI 3.0.12026-08-06135498863.0 KB
Members

Creates a member

Licenses Required

  • Vista.Ocapi
post/ocapi/v1/members

Headers

Connect-Region-Codestring

Region Code

Request body

acceptedTermsAndConditionsboolean required

Gets a value indicating whether the member accepted the terms and conditions

authenticationType'None' | 'Token' | 'Cookie'

Represents the different types of authentication that can be returned for a member

Example request

{
  "personalDetails": {
    "contactDetails": {
      "address": {
        "line1": "60 Khyber Pass Road",
        "suburb": "Grafton",
        "city": "Auckland",
        "postCode": "1023",
        "country": "New Zealand"
      }
    },
    "preferences": {
      "languageTag": "en-US"
    }
  }
}

Response

Success