API Implementation

Fetch API Implementation

Pre-release Endpoint This endpoint is currently in beta and is subject to change.

Retrieve a gateway implementation for this API

get/v3/apis/{apiId}/implementations/{implementationId}

Response

An API implementation

idstring uuid required

Contains a unique identifier used for this resource.

created_atstring date-time required

An ISO-8601 timestamp representation of entity creation date.

updated_atstring date-time required

An ISO-8601 timestamp representation of entity update date.

Example response

{
  "id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z",
  "service": {
    "control_plane_id": "9f5061ce-78f6-4452-9108-ad7c02821fd5",
    "id": "7710d5c4-d902-410b-992f-18b814155b53"
  }
}

Changes