Authorize

Management API interface authentication and authorization

illustrate

To authorize the white label management API, you need to obtain appId and appSecret in advance. You can obtain or reset them by contacting the main label customer service. The following is the information for testing the white label.

Test Account

{
"appId": "7cb9164942caec70594e594db46de7af",
"appSecret": "33171f3e91c45e0dfbb3c9f219906471"
}

Auth

post

bizType=admin.admin.CompanyAuthDubboService.auth

Header parameters
tracestringRequired

Global link unique identifier

Example: {{mock_trace}}
Body
appIdstringRequired

B-end company authorization ID

appSecretstringRequired

B-end company authorization key

Responses
200

Success

application/json
post
/auth/admin.admin.CompanyAuthDubboService.auth
200

Success