Skip to main content

Firms Endpoints

Base URL: https://api.casexchange.com/api/public/v1

GET /firms/directory

Returns a directory of all active firms on the platform. Tier: read_only
Response 200

GET /firms/me

Returns the firm associated with the API key making the request. Tier: read_only
Response 200

GET /firms/

Returns a single firm by its UUID. Tier: read_only
Response 200

GET /firms/available

Returns firms the authenticated firm can send referrals to, from their private network and/or the public directory. Includes resolved case type display names and referral instructions. Supports pagination, source filtering, and name search. Tier: read_only Query parameters:
Response 200

PUT /firms/me

Updates editable fields on the API key’s own firm. All body fields are optional — include only the fields you want to change. Tier: full
Response 200