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_viewpermission.
Notes:
- If the domain does not exist, a
resource_missingerror is returned. - If the extension does not exist in that domain, a
resource_missingerror is returned.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Success
Invalid extension UUID
Unauthenticated
Forbidden (domain access)
Extension not found