Get Blueprints
API Documentation
Customer API
Resource API
Partners API
End User API [Deprecated]
End User Group API [Deprecated]
Get Blueprints
POST
/
api
/
get_customer_blueprints
curl --location --request POST 'https://api.explo.co/api/get_customer_blueprints/' \
--header 'Content-Type: application/json' \
--header 'Explo-Authorization: Token <token>' \
--data-raw '{ "customer_id": "8698a0e4-009d-4b2d-8a41-d7f35cf08b98" }'
{
"success": 1,
"blueprints": [
{ "id": 10, "embed_id": "A14aZ3", "name": "Customer 1 Blueprint" }
]
}
This endpoint gets all blueprints for a customer.
Body
Your customer id
Response
Indicates whether the call was successful. 1 if successful, 0 if not.
curl --location --request POST 'https://api.explo.co/api/get_customer_blueprints/' \
--header 'Content-Type: application/json' \
--header 'Explo-Authorization: Token <token>' \
--data-raw '{ "customer_id": "8698a0e4-009d-4b2d-8a41-d7f35cf08b98" }'
{
"success": 1,
"blueprints": [
{ "id": 10, "embed_id": "A14aZ3", "name": "Customer 1 Blueprint" }
]
}
curl --location --request POST 'https://api.explo.co/api/get_customer_blueprints/' \
--header 'Content-Type: application/json' \
--header 'Explo-Authorization: Token <token>' \
--data-raw '{ "customer_id": "8698a0e4-009d-4b2d-8a41-d7f35cf08b98" }'
{
"success": 1,
"blueprints": [
{ "id": 10, "embed_id": "A14aZ3", "name": "Customer 1 Blueprint" }
]
}