Get Azure Plan by id ==================== Prerequisites ^^^^^^^^^^^^^ - Find a customer tenant for the Azure Plan :doc:`/scenarios/customertenants-get` - Find your azure plan id using endpoint *GET https://api.crayon.com/api/v1/azureplans/{customerTenantId}/azureplan/* Request ^^^^^^^ Request Syntax: +---------+----------------------------------------------------+ | Method | Request URI | +=========+====================================================+ | GET | *https://api.crayon.com/api/v1/azureplans/{id}/* | +---------+----------------------------------------------------+ Request Example: :: GET $"https://api.crayon.com/api/v1/azureplans/{id}/" Accept: application/json Content-Type: application/json Authorization: Bearer < Token > Response ^^^^^^^^ If successful, this method returns the azureplan as a :doc:`/resources/AzurePlan` resource in the response body. Response Body: .. literalinclude:: /resources/_static/AzurePlan.json :language: json