VerifyChannelConfig tests a channel configuration.
POST/api/v1/engagements/channel-configs/:id/verify
Validates credentials by making a test API call to the platform. On success, sets is_verified=true. Use this after creating or updating credentials.
Errors
- NOT_FOUND: Configuration does not exist
- FAILED_PRECONDITION: Invalid credentials or connection failed
Request
Responses
- 200
- default
A successful response.
An unexpected error response.