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

Overview

The “Get Monday Info” endpoint allows users to retrieve stored Monday.com credentials from their Toingg account. By sending a GET request to the /get_monday_info endpoint, users can access the API key and other relevant details necessary for integration with Monday.com. This functionality is crucial for ensuring seamless interaction between Toingg and Monday.com, enabling users to automate workflows and synchronize data effectively. The endpoint supports retrieval of credentials to enhance productivity and operational efficiency.

Example cURL Request

curl -X 'GET' \
'https://api.toingg.com/api/v3/get_monday_info' \
-H 'accept: application/json' \
 -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
Successful Response

The response is of type any.