An Instance API which allows you to list, create, update and delete CloudAMQP instances programmatically is now available. You can find your API key and futher API documentation under the API tab from the control panel.
Below is an example of how you can list your CloudAMQP instances.
List instances
URL :
https://customer.cloudamqp.com/api/instances
Method: GET
Example request:
curl -u YOUR-API-KEY: https://customer.cloudamqp.com/api/instances
Example response:
[{ "id": 1234, "plan": "lemur", region: "amazon-web-services::eu-west-1", name: "My test" }]
Please email us at contact@cloudamqp.com if you have any suggestions or feedback.