Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
使用JWT访问令牌进行UniUni合作伙伴API身份验证
https://api.ship.uniuni.com/partner
GET /auth/token
X-API-Key
{ "success": true, "message": "Get token successfully", "data": { "accessToken": "eyJhbGciOiJIUzI1NiIs..." } }
{ "success": false, "message": "Missing API Key" }
{ "success": false, "message": "Error generating API token" }
curl -X GET https://api.ship.uniuni.com/partner/auth/token \ -H "X-API-Key: your_api_key_here"
Authorization
Authorization: Bearer <accessToken>
curl -X GET "https://api.ship.uniuni.com/partner/track?trackingId=UR12345678901234567" \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIs..."
MissingTokenError
ExpiredTokenError
InvalidTokenError
TokenPayloadError
此页面对您有帮助吗?