LDS Stake Portal
Callings

Get Calling

GET
/callings/{calling_id}

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"    }  ]}