User

Everything you should know about the User endpoints

Get Cakes

GET https://api.automator.cloud/users/@me

This endpoint allows you to get information about a users access token. It can also be used to validate access tokens

Headers

Name
Type
Description

Authorization

string

The users access token

{
    "uid": "<uid>"
}

Last updated

Was this helpful?