Endpoints ⚓
The Bitrise API endpoint reference documentation lists every available endpoint and their parameters, along with the possible responses. You can also try them out!
Testing the API ⚓
You can try out any endpoint in the reference documentation itself! All you need to do is authenticate yourself and provide the required parameters. The API will return the appropriate response based on the call.
- Acquire a Personal Access Token.
- Go to the Bitrise API endpoint reference documentation.
-
Click
Authorize
. -
Paste your Personal Access Token to the
Value
field. - Click on the endpoint you want to try out to open its details.
- Fill in the required parameters.
- Click
Execute
.
The API will return:
- The
curl
command of your request. - The request URL.
- The server response.