Endpoint Parameters
- 
Request parametersName Type Origin Description EntitlementFieldSet EntitlementFieldSet Query-String 
- 
Response ParametersView Response CodesName Type Description __count Number The total count of items in the feed. __next String The link for the next page of items in the feed. Data EntitlementDetails [] The collection of entities for this feed. MaxRows Number The maximum number of rows that can be returned (if applicable). 
- 
Request ExampleRequest URLGET /port/v1/users/me/entitlements?EntitlementFieldSet=Default
- 
Response ExampleResponse body{ "Data": [ { "Entitlements": [ { "DelayedFullBook": [ "FxSpot" ], "DelayedGreeks": [ "FxForwards" ], "Greeks": [ "FxCrypto" ], "RealTimeFullBook": [ "SubscriptionOnCertificate" ], "RealTimeTopOfBook": [ "CertificateOtherConstantLeverage" ] } ], "ExchangeId": "stringValue" } ], "MaxRows": 99 }