Get Rate Card by UUID

Retrieve a rate card by UUID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

uuidstringRequiredformat: "uuid"
UUID of the rate card

Headers

vnd.a1.tenant-idstringOptional

Tenant identifier for multi-tenant environments

Query parameters

includestringOptional

Comma-separated list of field paths to include in the response (e.g. uuid,rateCardName,payCurrency).

Response

Successful Response
uuidstringOptionalformat: "uuid"
rateCardNamestringOptional
regiondoubleOptional
groupstringOptional
payCurrencyenumOptional
chargeCurrencyenumOptional

Errors

404
Not Found Error