All URIs are relative to https://app.corellium.com/api
Method | HTTP request | Description |
---|---|---|
v1Ready | GET /v1/ready | API Status |
void v1Ready()
Check if API is ready for queries
import { } from '';
import * as fs from 'fs';
const configuration = .createConfiguration();
const apiInstance = new .StatusApi(configuration);
let body:any = {};
apiInstance.v1Ready(body).then((data:any) => {
console.log('API called successfully. Returned data: ' + data);
}).catch((error:any) => console.error(error));
This endpoint does not need any parameter.
void
No authorization required
- Content-Type: Not defined
- Accept: application/json
Status code | Description | Response headers |
---|---|---|
204 | API is ready for queries | - |
503 | API is not ready | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]