Skip to main content
GET
/
access_requests
List all access requests
curl --request GET \
  --url http://localhost:3001/portal-api/access_requests \
  --header 'Authorization: <api-key>'
[
  {
    "Catalogue": "Public Catalogue",
    "Client": "Payment application",
    "CreatedAt": "2023-06-25 13:37",
    "UpdatedAt": "2023-06-25 13:37",
    "DeletedAt": "2023-06-25 13:37",
    "Plan": "Free plan",
    "User": "User#1",
    "AuthType": "authToken",
    "DCREnabled": false,
    "ID": 1,
    "ProvisionImmediately": true,
    "Status": "approved",
    "Products": "Payment API"
  }
]

Authorizations

Authorization
string
header
required

Response

200 - application/json
Products
string
Example:
Catalogue
string
Example:
Client
string
Example:
CreatedAt
string
Example:
UpdatedAt
string
Example:
DeletedAt
string
Example:
Plan
string
Example:
User
string
Example:
AuthType
string
Example:
DCREnabled
boolean
Example:
ID
integer
Example:
ProvisionImmediately
boolean
Example:
Status
enum<string>
Available options:
approved,
rejected,
pending