Advanced Search
Search Results
3 total results found
V9 in Human Language
Micro Services Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of services that are: Highly maintainable and testable Loosely coupled Independently deployable Organized...
Email setup using Token-based authentication with Microsoft 365
Prerequisites Before proceeding with the setup, ensure the following: 1. Microsoft 365 Admin Access You must have Global Administrator or Application Administrator rights to: Register an app in Microsoft Entra ID (formerly Azure AD). Grant admin conse...
API Authentication
Signify’s API uses Bearer Token authentication. Send credentials (username, password, clientId) to: End point: https://{domain}/api/identity/v1/CreateUserAccessToken Run the cURL command (replace the values as needed): curl --request POST \ --url ...