Skip to main content

Retrieve an extension

GET 

/api/v1/domains/:domain_uuid/extensions/:extension_uuid

Returns a single extension for the specified domain the caller is allowed to access.

Access rules:

  • Caller must have access to the target domain (domain scope).
  • Caller must have the extension_view permission.

Notes:

  • If the domain does not exist, a resource_missing error is returned.
  • If the extension does not exist in that domain, a resource_missing error is returned.

Request

Responses

Success