The Tenant APIs provided by Annex Cloud allow developers to manage user-related operations with ease. With these APIs, you can perform various actions such as creating and updating user information, fetching user profiles, and generating JWT tokens for secure API interactions. Key Features of Tenant APIs are
User Management- Create, update, and retrieve user information seamlessly.
Profile Access- Fetch detailed user profile information.
JWT Token Generation- Secure your API requests by generating JWT tokens.
Methods for Using Tenant APIs-
One-step Method- In the one-step method, the token is generated and executed against the payload in a single operation. This approach simplifies the process by combining token generation and API execution in one step.
Two-step Method-The two-step method provides more control by requiring token generation for each API method separately. After generating the token, it must be replaced by the user for every API call. Each token can be used only once. Attempting to reuse a token will result in an "Expired token" error.
These methods offer flexibility depending on your security and operational needs, ensuring that your interactions with the Annex Cloud platform are both secure and efficient.
https://api.socialannex.com/3.0/tenant/
Annex Cloud’s Tenant APIs enable seamless user management and secure API interactions. With these APIs, you can create, update, and retrieve user data, access user profiles, and generate one-time-use JWT tokens to protect your requests. Choose between a simple one-step method or a more controlled two-step process, depending on your security needs.