Generated from the current FB API OpenAPI schema. View OpenAPI

Overview

Quickstart

Use the smallest set of requests to confirm connectivity and authentication.

1. Check service health

Health check
curl https://api.jd.io/health

2. Send a bearer token

Balance request
curl https://api.jd.io/v1/account/balance \
	-H 'Authorization: Bearer <USER_API_KEY>'

3. Continue with the reference