Connect Sessions
Authenticate Connect Session
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The parameters to authenticate
The token to authenticate with
Response
201
application/json
The details of the authenticated connect session.
Available options:
ats
, hris
, hris-legacy
, crm
, iam
, marketing
, lms
, stackone
, documents
Example:
[
"ats",
"hris",
"hrisLegacy",
"crm",
"iam",
"marketing",
"lms",
"stackOne",
"documents"
]
Was this page helpful?