Developer Guide
Access and Authorization
Details
The API request should be made in the following form:
http 1.1 GET request, including x-api-key header to
https://api.cibt.com/api/v1/visacheck?parameters
Note: All requests are made over HTTPS, utilizing TLS 1.2 or later.
Authorization
Authorization and authentication are handled by passing your API Key in the header of your request using the “X-Api-Key” custom header.
Example:
curl –H "x-api-key:746reyruwkwej4387623744423yueiry=" "https://api.cibt.com/api/v1/visacheck?destination=TUR&nationality=USA&purpose=T&residency=USA&entrydate=2023-09-20T10:00:00&exitdate=2023-09-30T11:00:00&accountcode=200130&brand=entriva&localcode=EN"
GET https://api.cibt.com/api/v1/visacheck?destination=TUR&nationality=USA&purpose=T&residency=USA&entrydate=2023-09-20T10:00:00&exitdate=2023-09-30T11:00:00&accountcode=200130&brand=entriva&localcode=EN
HTTP/1.1
x-api-key: 746reyruwkwej4387623744423yueiry=
Host: api.cibt.com