POST
/
add_monday_info
curl --request POST \
  --url https://api.toingg.com/api/v3/add_monday_info \
  --header 'Authorization: Bearer <token>'
"<any>"

Overview

The “Add Monday API Key” endpoint allows users to integrate their Monday.com account with Toingg by adding an API key. By sending a POST request to the /add_monday_info endpoint, users can securely store their Monday API key, enabling seamless interaction between Toingg and Monday.com. This functionality is crucial for automating workflows and ensuring that data is synchronized between the two platforms, enhancing productivity and operational efficiency. The endpoint supports the integration process to align with evolving business requirements and improve task management capabilities.

Example cURL Request

curl -X 'POST' \ 'https://api.toingg.com/api/v3/add_monday_info?apiKey=scx' \
 -H 'accept: application/json' \
 -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
-d 'Your_MONDAY_API_KEY'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

apiKey
string
required

Response

200
application/json
Successful Response

The response is of type any.