Quickstart#
To get started with the Playbooks API, you can simply copy / paste the following command in your terminal. This should return a 200 response as shown.
Request#
Basic Requestcurl --location "https://api.playbooks.xyz"
Response#
Response{ "status": 200, "data": { "message": "All systems are ready." } }