The API follows REST principles, offering clear, resource-oriented URLs. It supports requests encoded in standard form or JSON, and returns responses in JSON format or form URL encoded format. Authentication is handled via Basic Auth and Bearer Token, adhering to common security practices. HTTP response codes follow standard conventions.
Our API aligns with OAuth 2.0 and OIDC standards, ensuring compatibility and interoperability. It is designed to be intuitive for those familiar with these standards, and numerous online resources are available for further guidance.