Authenticate
Body
ClientIdstringRequired
Unique identifier for the API Partner; provided by FrontStream
ClientSecretstring · max: 500Required
Key specifically paired to the clientId
Responses
200
Success
application/json
Tokenstring · nullableOptional
This is the AccessToken you will use for any other API call
ClientIdstring · uuidOptional
Unique identifier for the API Partner; provided by FrontStream
ExpirationDatestring · date-timeOptional
The date and time at which the AccessToken will no longer be valid if not used first. Will always be 5 hours from when the response is sent.
400
Bad Request
application/json
post
/api/ClientSessionLast updated