List Projects

List all projects

List URL:

GEThttps://api.hyperleaf.com/api/projects/list

Get Example

curl https://api.hyperleaf.com/api/projects/list?key=mykey

Response Examples

{
    "status": "ok",
    "count": 1,
    "data": [
        {
            "uuid": "7663-8915-cc3d-0f83-4136b25c00ea",
            "description": "production"
        }
    ]
}

Last updated