Incomplete setup

Resolve incomplete setup errors.

An incomplete setup error indicates that the application is not yet ready to accept beacons.

Newly created applications take a few seconds to finish provisioning before they can receive events.

Response

All error responses follow the Problem Details (RFC 9457) format, which defines the type, title, status, detail, and instance fields.

Here is an example of the response returned for this error:

{  "type": "https://croct.help/api/authentication/incomplete-setup",  "title": "The application setup is incomplete.",  "status": 403,  "detail": "The application setup is incomplete.",  "instance": "/client/web/track"}