{ "aid": "ultimeter.app:main-1.0.0", "name": "Ultimeter API", "type": "Index", "description": "# Introduction\n\nThis page contains the documentation on how to use Ultimeter through API calls.\n\n> Note: This documentation is not complete, so for missing parts you may choose to get in contact with us [here](mailto:support@bouncingsprout.com)\n\nThe Ultimeter API is built on HTTP. Our API is RESTful. It has predictable resource URLs. It returns HTTP response codes to indicate errors. It also accepts and returns JSON in the HTTP body.\n\n ### Request Content-Type\n\nThe Content-Type for POST and PUT requests should be set to `application/json`.\n\n### Endpoints\n\nUltimeter does not use the standard WordPress REST API endpoints, but rather a set of custom endpoints. POST and PUT routes are only available to Ultimeter users with a valid **Enterprise Licence**.\n\n### Boolean values\n\nIf an endpoint accepts a boolean be sure to specify it as a lowercase\n`true` or `false` value unless noted otherwise.\n# Authentication\n\nSome endpoints do not require any authentication, pretty much anything else will\nrequire you to be authenticated.\n\nTo become authenticated you will need to create an Application Password from your WordPress admin area. Application Passwords are natively available to users of WordPress Version 5.6. Users of previous WordPress versions should download [this plugin](https://wordpress.org/plugins/application-passwords/). You can create an Application Password by going to your user profile.\n\nOnce you have your Application Password you can pass it in along with your Username\nas an HTTP header like this:\n\n```\ncurl --user 'USERNAME:APPLICATION_PASSWORD' https://HOSTNAME/wp-json/ultimeter/v1/ultimeters\n```\n\n\n\n\n\n", "url": "https://raw.githubusercontent.com/jentic/jentic-public-apis/refs/heads/main/apis/openapi/ultimeter.app/main/1.0.0/apis.json", "tags": [ "ultimeter.app", "main" ], "created": "2026-04-01", "modified": "2026-04-01", "specificationVersion": "0.19", "access": "3rd-Party", "maintainers": [ { "FN": "Jentic", "X-github": "jentic", "url": "https://github.com/jentic" } ], "apis": [ { "aid": "ultimeter.app:main-1.0.0", "name": "Ultimeter API", "description": "# Introduction\n\nThis page contains the documentation on how to use Ultimeter through API calls.\n\n> Note: This documentation is not complete, so for missing parts you may choose to get in contact with us [here](mailto:support@bouncingsprout.com)\n\nThe Ultimeter API is built on HTTP. Our API is RESTful. It has predictable resource URLs. It returns HTTP response codes to indicate errors. It also accepts and returns JSON in the HTTP body.\n\n ### Request Content-Type\n\nThe Content-Type for POST and PUT requests should be set to `application/json`.\n\n### Endpoints\n\nUltimeter does not use the standard WordPress REST API endpoints, but rather a set of custom endpoints. POST and PUT routes are only available to Ultimeter users with a valid **Enterprise Licence**.\n\n### Boolean values\n\nIf an endpoint accepts a boolean be sure to specify it as a lowercase\n`true` or `false` value unless noted otherwise.\n# Authentication\n\nSome endpoints do not require any authentication, pretty much anything else will\nrequire you to be authenticated.\n\nTo become authenticated you will need to create an Application Password from your WordPress admin area. Application Passwords are natively available to users of WordPress Version 5.6. Users of previous WordPress versions should download [this plugin](https://wordpress.org/plugins/application-passwords/). You can create an Application Password by going to your user profile.\n\nOnce you have your Application Password you can pass it in along with your Username\nas an HTTP header like this:\n\n```\ncurl --user 'USERNAME:APPLICATION_PASSWORD' https://HOSTNAME/wp-json/ultimeter/v1/ultimeters\n```\n\n\n\n\n\n", "image": "https://api.ultimeter.app/v1/fulllogo.png", "baseURL": "{server}/wp-json/ultimeter/v1", "humanURL": "https://github.com/jentic/jentic-public-apis/tree/main/apis/openapi/ultimeter.app/main/1.0.0", "version": "1.0.0", "tags": [ "ultimeter.app", "main" ], "properties": [ { "type": "OpenAPI", "name": "OpenAPI definition", "url": "https://raw.githubusercontent.com/jentic/jentic-public-apis/refs/heads/main/apis/openapi/ultimeter.app/main/1.0.0/openapi.json", "mediaType": "application/openapi+json" }, { "type": "GitHubRepo", "url": "https://github.com/jentic/jentic-public-apis/tree/main/apis/openapi/ultimeter.app/main/1.0.0" } ] } ] }