Smart Tags

A list of SmartTag related endpoints

My Smart Tags

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.

Headers

Name
Type
Description

Authorization

string

The access token of the user

{
    "smart_tags: [
        {
            "id": 12345,
            "secureId": "<secureId>
        },
        {
            "id": 12335,
            "secureId": "<secureId>
        }
    ]
}

Last updated

Was this helpful?