Overview

Seamlessly integrate Appetize into your CI/CD pipeline by making use of our REST API.

Getting Started

circle-exclamation

All users with admin or developer roles may request an API token after logging in and navigating to your Account Dashboardarrow-up-right.

See our Sample Code for an example on how to get started.

HTTP Requests

circle-info

All HTTP POST Requests must use JSON.

HTTP Responses

circle-info

All HTTP Responses will be in JSON.

Status code
Details

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.

Last updated