Skip to main content
POST
Add methods to a plan

Authorizations

X-Api-Key
string
header
required

Management token from the RouteMesh dashboard (Settings → Management Tokens). Required for customer API endpoints (/api-keys, /usage). Tokens are prefixed rmtm_ and scoped to your account. Authenticate by passing the token in the X-Api-Key header. Separate from RPC service keys (rm_), which authenticate dApp traffic to the routing layer.

Path Parameters

planId
integer
required

Numeric plan ID.

Body

application/json
methods
object[]
required
Required array length: 1 - 500 elements

Response

Plan methods inserted. Returns a plain-text success message.