Resources

Get full resource detail

GET/resources/{ref}
X-Api-Key<token>

Issued to you when your integration is provisioned. Determines which catalogue resources are visible and which AI tools are available.

In: header

Path Parameters

ref*integer

Response Body

application/json

application/json

curl -X GET "https://example.com/resources/0"
{  "data": {}}
{  "success": false,  "status": "fail",  "message": "string",  "error": {    "message": "API key is required",    "code": "NO_API_KEY"  }}