APIAccess

Summary

API Access indicates whether access to an API is available

Description

API Access indicates whether access to an API is available for an organization or application. Access can be in approved or pending state.

Fields

Field Name Type Since Version Description
id String Unique identifier for approval decisions (includes pending approvals)
apiId String Virtualised REST API unique id
createdBy String The unique identifier for user that requested access
state String Pending or approved state
createdOn Long Epoch/Unix time stamp when the approval decision was created
enabled Boolean Flag disables access to an API for organization or application

Example JSON

{
  "id" : "19da5d5e-b18a-4217-abec-291033cd939c",
  "apiId" : "c1c63d3b-5283-4755-ade7-e2377bd35049",
  "createdBy" : "3e21b76a-defa-49ab-9682-a9cd60387e37",
  "state" : "approved",
  "createdOn" : 1364287486876,
  "enabled" : true
}