v51

OpenAPI 3.0.3Apache-2.0raw.githubusercontent.com2026-08-01276140748.5 KB
OpenGraph (Experimental)
Community
Enterprise

List OpenGraph Extensions Information

Experimental - Lists pertinent OpenGraph extension information such as id, name, version, and if it is a built-in extension

get/api/v2/extensions

Response

OK

Example response

{
  "data": {
    "extensions": [
      {
        "id": 1,
        "name": "Active Directory",
        "version": "v1.0.0",
        "is_builtin": true,
        "namespace": "AD"
      }
    ]
  }
}