Versions Compared

Key

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

...

Authorisation URL: https://ms-auth.membes-ams.com/

Access URL: https://[customer-membes-url]/api/

The Authorisation URL used is referred to as {{authurl}} throughout this document.

...

Request

Method

URL

POST

{{authurl}}/token

Body Payload

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

...