Verifying an App
Function
This API is used to check whether an app exists. This API can be used by people except the app owner to verify an app. Only the basic information, such as ID, name, and remark, of the app is displayed.
URI
The following table lists the HTTP/HTTPS request method and URI of the API.
Request Method |
URI |
---|---|
GET |
/v1.0/apigw/apps/validation/{id} |
The following table lists the parameter in the URI.
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
id |
Yes |
String |
App ID |
Request
N/A
Response
Parameter |
Type |
Description |
---|---|---|
id |
String |
App ID |
name |
String |
App name |
remark |
String |
Description of the app |
Example response:
{ "id": "14b399ac-967f-4115-bb62-c0346b4537e9", "name": "app_001", "remark": "First app" }
Status Codes
Status Code |
Description |
---|---|
200 |
OK |
401 |
Unauthorized |
404 |
Not Found |
500 |
Server Internal Error |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot