Skip to main content
GET
/
gbp
/
services
GBP service-to-content mapping
curl --request GET \
  --url https://ai.wisepilot.app/api/v1/gbp/services \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "services": [
      {
        "serviceName": "<string>",
        "status": "covered",
        "linkedAssetId": "<string>",
        "linkedAssetTitle": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

API key prefixed with cr_ (e.g. cr_a1b2c3...)

Query Parameters

website_id
string<uuid>

Website ID. Auto-resolved if key has single website scope.

Response

Service mapping

success
boolean
required
data
object