API

The API is returning status 40X

Error 401: You are probably not sending the header “Authorization” with the API Token.

Error 403: You might be sending the Authorization header but the token is not valid. Check the format “Token yourtokenhere”. Notice the word “Token” is part of the header content, then It’s followed by a space and the token itself.

Error 400: Some  data validation failed. You can see some more details inside the response body. i.e: “The document number is required”.

Error 404: The URI you are calling is wrong.

 

Does API Token expire?

No, the token doesn’t expire.

What are your API call rate limits?

The limit is 5000 calls/day.

How can I test Police Registration?

You can call the API setting parameter test_mode in true.

https://api.chekin.io/tools/docs/#register-a-guest

We will simulate a successful police registration, but data won’t be sent to the police for real.

Any police user & password will be accepted, you don’t need to set real credentials.