Create an API Credentials

  1. Go to Creator Studio > Events > Credentials
  2. Click Create:
  3. You will be asked to provide a Credential Name
  4. You must choose a Credential Type
    1. [Recommended]OAuth 2.0 w/ Client Credentials can be used to generate access tokens here
    2. API Keys can be tested here

📘

Save your credentials

  • Credentials are only allowed to be viewed once so make sure to save it in a safe place.
  • Credentials are never written to disk. They are hashed upon generation and only the hash is stored.

Rotation & Revocation

  • Client IDs, Client Secrets, & API Keys never expire.
  • Access Tokens expire every 60 seconds.

In the event that your credential is exposed, you can revoke it by clicking trash icon next to your credential.