GET /instance/
Authorization: Bearer <cartat_api_token>
Accept: application/jsonUse this endpoint to read the authenticated instance details used by Cartat API.
The exact fields depend on the current instance configuration, but the response can include connection status, provider/type, and instance identifiers.
{
"id": 123,
"status": "active",
"provider": "meta",
"type": "official"
}