Request
#/components/schemas/createSignalEndpointTokenSchema
namestringRequired
The signal endpoint token name.
Response
The resource was successfully created.
idinteger>=1
The signal endpoint token's ID. Signal endpoint token IDs are incrementing integers. In other words, a more recently created signal endpoint token will always have a higher ID than an older one.
namestring
The signal endpoint token name.
signalEndpointIdinteger
The signal endpoint ID that this token belongs to.
createdAtstringformat: "date-time"
The date and time of when the signal endpoint token was created.
createdByUserIdinteger
The ID of the user that created this signal endpoint token.
tokenstring
The token used for authentication. It is automatically generated by Unleash when the token is created and that is the only time this property is returned.