Callings
Delete Calling
Endpoint to delete a calling by its ID. System-defined callings cannot be deleted.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
calling_id*Calling Id
Response Body
application/json
application/json
curl -X DELETE "https://example.com/callings/0"null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}Get Calling GET
Endpoint to get a specific calling by its ID. Authenticated users can access all callings, while anonymous users can only access callings that are marked as public.
Update Calling PUT
Endpoint to update an existing calling. Expects a JSON body with the updated calling details. System-defined callings cannot be modified. The calling name must be unique if it's being updated.