Skip to content

ApiKeyLoginResponse

Successful API-key login result and the new App Connect session token.

Properties

Property Type Required Description
jwtToken string Yes App Connect JWT used to authenticate subsequent user operations.
name string No Display name returned by the CRM connector.
returnMessage all of: ReturnMessage No Optional connector message about the completed login.

Example

{
  "jwtToken": "string",
  "name": "string",
  "returnMessage": {
    "message": "string",
    "messageType": "string",
    "ttl": 0,
    "details": [
      {}
    ]
  }
}