Technology

The Findity API is organized around the REST architecture. Our API has predictable resource-oriented URLs, accepts JSON request bodies, returns JSON responses, and uses standard HTTP response codes, authentication, and verbs. We use conventional HTTP response codes to indicate the success or failure of an API request. In general: Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, a missing field in JSON request, etc.).

Authentication

We use standard Oauth2.0 with client id and secret with access tokens to allow users and systems to talk to our APIs. See this article for more information.