Skip to main content
GET
/
api
/
ext
/
v1
/
collection
/
{collectionId}
/
status
Get the status of a collection
curl --request GET \
  --url https://staging-api.covver.io/api/ext/v1/collection/{collectionId}/status \
  --header 'Authorization: Bearer <token>'
{
  "isReady": true
}

Authorizations

Authorization
string
header
required

Path Parameters

collectionId
string
required

Query Parameters

companyId
string
required
firstName
string | null
lastName
string | null
department
string | null
location
string | null
startDate
string<date-time> | null
birthDate
string<date-time> | null

Response

isReady
boolean
required