Integrating with Functionize APIs
Functionize's Swagger API documentation is interactive, making it easy to understand how to interact with the Functionize APIs. In order to use the Functionize APIs, the user must first obtain their appropriate API Keys.
To Access API Documentation
-
Once the custom API keys have been obtained, go to the User Management
dropdown
-
Select API Documentation from the dropdown menu
Note: The URL will be the Functionize base URL (https://app.functionize.com) being used and then "/api/v4" as shown in screenshot below:
All of the API calls will require the accesstoken. This is generated as a response to the /generateToken call. The /generateToken API call requires keys from the API Keys page under User Management menu.
Responses may be set in the request as 'json' or 'xml' on all calls to more robustly integrate with external solutions. Only Team Admins have keys allowing them to access these API management functions.