Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To call the token endpoint, you will need to obtain the private_key authentication secret.

The customer can request the private_key authentication secret via the Help Desk or developers can email a request to support@membes.com.au.

...

Body Payload

Code Block
{
    "orgid":[customer org id],
    "secret":[private_keyauthentication secret]
}

Response

Status

Response

200

Code Block
languagenone
{
  "accesstoken": <token>
}

...