Skip to main content
GET
/
dc
/
manifest
/
oauth
/
{store_name}
Oauth Authorization Url
curl --request GET \
  --url https://ds.cominty.com/dc/manifest/oauth/{store_name} \
  --header 'x-cominty-token: <api-key>'
{
  "authorization_url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cominty.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-cominty-token
string
header
required

Your Cominty API token.

Path Parameters

store_name
enum<string>
required
Available options:
googledrive,
sharepoint,
draganddrop

Response

Successful Response

authorization_url
string
required