Authentication

You'll need to authenticate your requests to access any of the endpoints in the Swayware API. In this guide, we'll look at how authentication works.

Bearer token

Example request with bearer token

curl https://api.swayware.com/consumers/:id \
  -H "Authorization: Bearer {token}"

Always keep your token safe and reset it if you suspect it has been compromised.

Was this page helpful?