Brief overview of the authorization options.
Our API supports two methods of authorization: API Keys and OAuth2 Access Tokens.
- API Keys: Provide a simple and straightforward way to authenticate by including your unique key in each request. This method is ideal for server-to-server communication or lightweight integrations.
- OAuth2 Access Tokens: Implemented using the Client Credentials grant type, this method is tailored for server-to-server scenarios. It allows secure access to the API without user interaction, leveraging token-based authentication for enhanced security.
Choose the method that aligns with your use case and refer to the sections below for detailed implementation guidance.
Important NoteLegacy API tokens are not supported for Zylo Enterprise API. If legacy API functionality is needed, a separete set of tokens will be required.