Authenticate

This will create an API AccessToken for an Application

post

Return HTTP Status Code 200 (OK) with AccessToken Returns HTTP Status Code 400 if could not authenticate

Body
ClientIdstringRequired

Unique identifier for the API Partner; provided by FrontStream

ClientSecretstring · max: 500Required

Key specifically paired to the clientId

Responses
chevron-right
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.

post
/api/ClientSession

Last updated