Operational
[BETA] Create a signal endpoint token for a specific signal endpoint.
Enterprise feature
[BETA] This API is in beta state, which means it may change or be removed in the future.
Creates a new signal endpoint token for a specific signal endpoint, identified by its id.
post/api/admin/signal-endpoints/{signalEndpointId}/tokens
Path parameters
signalEndpointIdstring required
Request body
Example request
{
"name": "My external app #1"
}Response
The resource was successfully created.
Example response
{
"id": 7,
"token": "signal_xyzrandomstring",
"name": "My external app #1",
"signalEndpointId": 1337,
"createdAt": "2023-12-27T13:37:00+01:00",
"createdByUserId": 1337
}