API/Init

Check Init Status

Check the status of an initialisation object.

GET
/init/{projectId}

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

projectIdRequiredstring

Unique identifier for a project.

curl -X GET "https://onlynv.dev/api/init/a7ggyjqs0ypzedxjaf7v2oulv" \
  -H "Authorization: Bearer <token>"

Success.

{
  "status": "success",
  "interval": 5000,
  "project_url": "https://onlynv.dev/projects/a7ggyjqs0ypzedxjaf7v2oulv",
  "timestamp": 1690000000000
}