Incomplete setup

Resolve incomplete setup errors.

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. The type, title, status, and detail fields are always present, while instance may be omitted depending on the API.

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"}