/api/applications/authenticateAuthenticate application
Checks this application's client ID and client secret and returns the safe application record when valid.
Auth: Requires application client secret.
Headers
{
"content-type": "application/json"
}Body
{
"clientid": "<clientid>",
"clientsecret": "<clientSecret>"
}