A list of SmartTag related endpoints
GET https://api.automator.cloud/smarttags/@me
GET
https://api.automator.cloud/smarttags/@me
Gives you a list of all Smart Tags of the currently signed in user. This endpoint requires the smart_tags scope.
smart_tags
Authorization
string
The access token of the user
{ "smart_tags: [ { "id": 12345, "secureId": "<secureId> }, { "id": 12335, "secureId": "<secureId> } ] }
{"error": "Invalid authorization"}
Last updated 5 years ago