Skip to main content
GET
/
v1
/
me
Get the authenticated user.
curl --request GET \
  --url 'https://app.smartsend.io/api/v1/me?api_token=' \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "uuid": "9b1c5a3e-9d2f-4a3b-8b1d-2c4e5f6a7b8c",
    "name": "John Doe",
    "email": "johndoe@example.com",
    "websites": [
      {
        "uuid": "1f2e3d4c-5b6a-7980-1234-56789abcdef0",
        "url": "smartsend.io"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.smartsend.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Provide API Token as Bearer authentication

api_token
string
query
required

Query API Token

Response

Successful operation

data
object

The authenticated user and the websites they belong to.