Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add subscribers to a ticket.
cURL
curl --request POST \ --url https://public.api.serval.com/v2/tickets/{ticket_id}/subscribers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "userIds": [ "<string>" ] } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type CreateTicketSubscribersResponse · object.
CreateTicketSubscribersResponse · object
Was this page helpful?