Authentication

Create a signed assertion token for member authorization. Roles: admin or self.

Generate and sign a new assertion token for the given Mobile Coach member ID. The token will be valid for only 5 minutes and can be used to authenticate the member via single-sign-on.

Notes:

  • The token is a URL-safe JWT cryptographically signed by Mobile Coach.
  • The member ID is a Mobile Coach member ID (not a member ID from your system).
    • Mobile Coach member IDs are returned in the export API and webhook events.
  • Create a member assertion token as part of a single-sign-on flow into Mobile Coach.
post/api/auth/tokens/members/{memberId}

Path parameters

memberIdinteger required

Response

OK

successboolean
errorstring
tokenstring

Changes

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