This document outlines the OAuth 2.0 endpoints provided by TailorTask for third-party application integration. These endpoints allow external applications to request authorization from TailorTask users and access their data securely.
All URLs referenced in the documentation have the following base:
<https://api.tailortask.com/rest/oauth/>
Retrieves details about the OAuth application.
/app-details/
POST
{
"client_id": "string",
"redirect_uri": "string",
"scope": "string"
}
{
"name": "string",
"description": "string"
}
Initiates the OAuth authorization process.