Skip to main content
GET
/
processing-times
/
registration
Get registration processing times
curl --request GET \
  --url https://app.colacloud.us/api/v1/processing-times/registration \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "category": "<string>",
      "application_type": "<string>",
      "report_month": "2023-12-25",
      "turnaround_days_median": 123,
      "snapshot_date": "2023-12-25"
    }
  ],
  "meta": {
    "total": 123
  }
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Query Parameters

category
string

Filter by category

application_type
string

Filter by application type

Response

Successful response

data
object[]
meta
object

Response metadata with total count