Request
Bearer 你的forwardKey/customKey/API Token
Body Params application/json
Request samples
curl --location --request POST 'https://oa.api2d.net/custom_key/remove' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "fk18xxxx"
}'
Responses
application/json {
"code": 0,
"data": {
"custom_key": {
"id": 103317,
"uid": 186009,
"key": "...",
"enabled": 0,
"point": 0,
"minute_times": 60,
"last_access_time": null,
"type_id": "43",
"created_at": "2023-04-26T01:07:00.000000Z",
"updated_at": "2023-05-27T04:22:44.000000Z",
"daily_times": 0,
"daily_quota": 10000,
"note": "",
"monthly_times": 0,
"monthly_quota": 300000
}
}
}
Modified at 2024-06-17 13:09:11