Language:

/blueprints

POST

Create Blueprint

Creates a single blueprint.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/blueprints
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

Request Body

{
    "name": "blueprint name"
}
GET

Get Blueprint

Gets a single blueprint.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/blueprints/{{blueprint_id}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
GET

Get All Blueprints

Gets all blueprints available to a user.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/blueprints
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
GET

Get Instance's Blueprint

Get blueprints for a given instance

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/instances/8-xxxxxxxxx/blueprints
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
PUT

Update Blueprint

Updates a blueprint with the given values.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/blueprints/{{blueprint_id}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

Request Body

{
    "name": "new blueprint name"
}
DELETE

Delete Blueprint

Deletes a single blueprint.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/blueprints/{{blueprint_id}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

;