Endpoints and Response Codes
Endpoints
Method | Endpoint | Description |
---|---|---|
POST | https://api.webit.live/api/v1/realtime/serp | A real-time request for a search/place/reviews. |
POST | https://api.webit.live/api/v1/async/serp | An asynchronous request for a search/place/reviews. |
GET | https://api.webit.live/api/v1/tasks/{Task_ID} | Check the status of an asynchronous request using a Task ID. |
POST | https://api.webit.live/api/v1/batch/serp | An asynchronous request for multiple search terms. |
POST | https://api.webit.live/api/v1/batches/{batch_id}/progress | Check the status of a batch request. |
GET | https://api.webit.live/api/v1/batches/{batch_id} | Return a summary of a completed batch request. |
Response Codes
Status | Description |
---|---|
200 | OK |
400 | The requested resource could not be reached |
401 | Unauthorized/invalid credental string |
500 | Internal service error |
501 | An error was encountered by the proxy service |
555 | Request timeout |
Last updated