Introduction
Login to OxsKYT
Log in to the OxsKYT dashboard. Login to OxsKYT (opens in a new tab)
Get your API key
Create and copy the API key from the dashboard (opens in a new tab)
Api-key authentication
You should include the API key in the X-Api-Key header of each request. The API key is used to authenticate the user and authorize access to the API.
X-Api-Key: YOUR_API_KEYBase URL
The base URL for the OxsKYT API is https://api.oxskyt.com/
Response
All responses are in JSON format.
Errors
OxsKYT uses conventional HTTP response codes to indicate the success or failure of an API request. In general, codes in the 2xx range indicate success, codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, a charge failed, etc.), and codes in the 5xx range indicate an error with OxsKYT's servers.
OpenAPI/Swagger
You can read the API documentation in the OpenAPI/Swagger format. OxsKYT Api Swagger (opens in a new tab)