Skip to main content
GET
Get connected CAPI pixel

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/token endpoint. Token is verified using JWKS and must include a valid user identifier.

Path Parameters

projectId
string<uuid>
required

The project id.

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

Success

connected
boolean
required

Whether a CAPI pixel is connected.

pixelId
string | null
required

The connected Meta Pixel id.

tokenSource
enum<string> | null
required

paste = a pixel-scoped token you supplied; oauth = derived from the Meta connection. The token itself is never returned.

Available options:
paste,
oauth,
null
testEventCode
string | null
required
updatedAt
string<date-time> | null
required