ReferenceResources

Command Catalog

The public command catalog exposed by the shared SalesTouch runtime.

application/json
Command Catalog

The public command catalog exposed by the shared SalesTouch runtime.

text
salestouch://catalog

Related commands

  • lead.search
  • linkedin.draft.create

HTTP Reference

GET
/api/v1/resources/read

Authorization

AuthorizationBearer <token>

Use Authorization: Bearer <salestouch_api_key>.

In: header

Query Parameters

uri*string

Resource URI, for example salestouch://status or salestouch://linkedin/drafts/pending.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://www.salestouch.io/api/v1/resources/read?uri=string"
{
  "data": {
    "resource": {
      "uri": "string",
      "payload": {}
    }
  }
}
{
  "error": {
    "message": "string",
    "code": "string"
  }
}
{
  "error": {
    "message": "string",
    "code": "string"
  }
}
{
  "error": {
    "message": "string",
    "code": "string"
  }
}
{
  "error": {
    "message": "string",
    "code": "string"
  }
}
  • lead.search
  • linkedin.draft.create

On this page