InviteLogger api
Support server
  • Welcome!
  • Miscellaneous
  • Authentication
  • Reference
    • Endpoints
      • Invites
      • Miscellaneous
    • Resources
      • Fake codes
  • 🪝Webhooks
    • Introduction
    • Content
      • 👥Members
Powered by GitBook
On this page
  • Beta authentication system
  • Final authentication system:

Was this helpful?

Export as PDF

Authentication

PreviousMiscellaneousNextEndpoints

Last updated 1 year ago

Was this helpful?

Beta authentication system

To authenticate yourself against the api you must provide a bearer authorization token through the Authorization header. You will also need to provide your discord application id & your server id in the json body For now each token is linked to a bot id and a to a server id.

As the api is on a beta stage, only owners can request access to it.

Final authentication system:

Each application will have a bearer token. Each discord servers will have a secret.

private bot instance