Validate channel credentials

Validate credentials for a messaging channel type. Returns 404 when no validator is registered for the channel.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

channelTypestringRequired

Request

This endpoint expects an object.

Response

Validation result
validboolean
errorstring
metadatamap from strings to any

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error