Register an outbound endpoint
POST /accounts/{accountId}/endpoints
POST
/accounts/{accountId}/endpoints
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” accountId
required
string
Request Body required
Section titled “Request Body required ”object
url
required
string format: uri
https://hooks.example.com/2mee eventTypes
required
Array<string>
[ "experience.goal.reached", "experience.ended"]Responses
Section titled “ Responses ”Created. Returns the endpoint and its signing secret (shown once).
object
endpointId
string
ep_44ab url
string format: uri
eventTypes
Array<string>
status
string
createdAt
string format: date-time
secret
string
Missing or invalid authentication/signature.
object
error
object
code
string
invalid_signature message
string
requestId
string
URL failed validation (not HTTPS, or resolves to a blocked range).
Was this page helpful? Tell us / report an issue ↗