Create an API Token
The Appeared.in API token is used as the Bearer token for requests to the Public API. It authenticates your organization and should be kept secret.
Use your token in the Authorization header:
Public API access must be enabled for your organization by the Appeared.in team. You must also be an organization admin to create or manage API tokens.
Each organization can create up to 5 active API tokens.
Best Practices
To keep your Appeared.in account secure, we recommend the following:
- Use a unique API token for each application or service.
- Store API tokens securely, such as in environment variables or a secrets manager.
- Never expose API tokens in frontend code, browser storage, public repositories, or client-side logs.
- Rotate API tokens regularly.
- Revoke tokens that are no longer used.