403.
Authorization: Bearer <api-key>). Required header: Melio-Entity-Id - the business to check, either an entity id (ent_<uuid>) or me for the partner’s sole entity.
Response
The response is a list ofcapabilities, one per limitable operation.
Only write operations (create, update, delete) can be limited. Read operations are always allowed and never appear in the list. New operations are added to this list over time, so treat unknown
operation values leniently rather than rejecting them.Operations
Reasons
Whenallowed is false, each entry in reasons explains one blocker.
Common
code values:
Treat
code as an open set and handle unknown values gracefully. Always fall back to displaying message, which is written for a business to read.Resolving a MissingInformation reason
When the reason is MissingInformation, missingFields lists dot-paths into the entity that need to be completed. Collect and submit those fields (for example, by updating the entity), then re-check limitations.
Limitations and write errors
Limitations are the same restrictions that surface as errors when you attempt a blocked write. If a business is not eligible, the corresponding write endpoint returns:
Checking limitations first lets you avoid the
403 and tell the business exactly what to fix. See Errors for the response shape.
Staying up to date
Limitations change as a business’s risk and compliance status changes. Subscribe to theapi.limitation.updated webhook event and re-fetch GET /limitations when it fires, rather than polling.