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

Overview

The “/get_erpnext_info” endpoint is used to fetch the ERP Next credentials that have been previously added to Toingg. When you send a POST request to this endpoint, you receive the stored configuration details—namely, the ERP URL, API key, and secret—allowing you to verify or manage your ERP Next integration.

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.