Generated from the current FB API OpenAPI schema. View OpenAPI

API Reference

GET /health

Service health

确认 API 服务是否可达。

Base URL https://api.jd.io
Auth Not required
Group System

Parameters

This endpoint has no path or query parameters.

Request body

This endpoint does not accept a JSON request body.

Responses

200 OK
400 Bad Request
401 Unauthorized
404 Not Found
502 Upstream Error

Examples

cURL
curl -X GET 'https://api.jd.io/health'
200 Response
{
	"ok": true,
	"data": {
		"service": "fb-api",
		"status": "ok"
	}
}