GET
/control-plane/api/v1/v1/documentation/{organization_id}/{documentation_id}/asset/{asset_id}/file

Authentication

API Key (BearerAuth)

  • Header: Authorization

Path Parameters

organization_idstringrequired

Organization ID


documentation_idstringrequired

Documentation ID


asset_idstringrequired

Asset ID


Responses

200
OK

Example:

{}
400
Bad Request

Example:

{
  "key": "value"
}
404
Not Found

Example:

{
  "key": "value"
}
500
Internal Server Error

Example:

{
  "key": "value"
}