Skip to main content

Authentication

Requests use the HTTP Authorization header to both authenticate and authorize operations. The LyteCMS API accepts bearer tokens in this header. Bearer tokens are provided to you on your dashboard.

curl 'https://www.lytecms.com/api/v1/bases' \
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
danger

Please keep your LyteCMS token safe.

You can find the access token in the LyteCMS token page, you can also reset the token if the key has been leaked.