Skip to main content
GET
/
v2
/
ping
Test connection to API
curl --request GET \
  --url https://api.procuros.io/v2/ping \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.procuros.io/llms.txt

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

Authorizations

Authorization
string
header
required

The API Token of your ERP Connection.

Response

Success