Universal endpoint for all API operations using the Linq protocol
cURL
curl --request POST \ --url https://localhost:7777/linq \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "link": { "target": "service-name", "action": "fetch" }, "query": { "intent": "api/inventory", "params": {}, "payload": {} } } '
{ "result": {}, "metadata": { "source": "service-name", "status": "success", "team": "67d0aeb17172416c411d419e", "cacheHit": true } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Linq protocol wrapper request
Show child attributes
Successful response
Response data from the target service