Fetch a project's prepare for distribution status based on the id
GET
/projects/{id}/prepare_for_distribution_status
Fetch a project's prepare for distribution status based on the id.
Path parameters
-
id string Required
Resource ID
GET /projects/{id}/prepare_for_distribution_status
curl \
-X GET https://client-subdomain.bitbond.net/api/v1/projects/{id}/prepare_for_distribution_status
Response example (200)
{
"code": "pending",
"percentage": 42.0
}