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>"
}
]
}
}GBP services with content coverage status (covered, content_gap, ranking_gap, no_signal). Shows which services have supporting content and which need attention.
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>"
}
]
}
}