GET
/
split
/
{id}
Get Split
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/split/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "share": 123,
  "userId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string
required

Split ID

Response

200
application/json

Success

The response is of type object.