Callings
Get Calling
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.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
calling_id*Calling Id
Response Body
application/json
application/json
curl -X GET "https://example.com/callings/0"null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}