Get a user pay rate by ID

Path Parameters
  • userId
    Type: integer
    required

    ID of user

  • rateId
    Type: integer
    required

    ID of rate

Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/user/{userId}/rate/{rateId}
curl https://test.boost.space/api/user/1/rate/1 \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "id": 42,
  "created": "2026-01-15T09:30:00Z",
  "createdUserId": 42,
  "caption": "string",
  "rate": 1,
  "validUntil": "2026-01-15T09:30:00Z"
}