Number of APIs: 2
1. Respond to an element add request
PUT {{baseUrl}}/network/private/network-entity/request/{{requestId}}
Responds to a user's request to add an element to the [Private API Network] Include the following in the request body:
message
— A string value in a response
object that contains a message that details why the user's request was denied.status
— A string value that contains the request's status. One of:
denied
approved
2. Get all element add requests
GET {{baseUrl}}/network/private/network-entity/request/all
Gets a list requests to add elements to the [Private API Network]
ENDPOINTS