REST API
Seamlessly integrate Appetize into your CI/CD pipeline by making use of our REST API.
Last updated
Seamlessly integrate Appetize into your CI/CD pipeline by making use of our REST API.
Last updated
Private Instance Users If you're using a Private Enterprise Instance, update the domain for your requests:
For v1 APIs, use: https://custom.appetize.io
For v2 APIs, use: https://custom.appetize.io/api/
To authenticate your requests:
Log in to your Appetize account.
Navigate to to generate your API token.
Use the X-API-KEY
header to authenticate every API request.
Youβre all set to start using the API.
Each endpoint includes:
π¦ Sample requests and responses
π Code samples in multiple languages (like cURL, Python, JavaScript)
Use these to quickly understand how each endpoint works and integrate it into your own tools.
POST requests must include a Content-Type: application/json
header.
All responses are in JSON format.
200
OK - Everything worked as expected.
400
Bad Request - Often missing a required parameter.
401
Unauthorized - No valid API token provided.
404
Not Found - No app found for publicKey specified.
500, 502, 503, 504
Server error - something went wrong on our server.