Validate stored pixel credentials against the provider (VIEWER)
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”projectId
required
string
platformId
required
string
Responses
Section titled “Responses”{ valid, message } on success or { valid: false, error } on failure (always 200).
Media typeapplication/json
object
valid
boolean
message
string
error
string
Platform not found
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}