Retrieve a list of configured overrides by namespaceId
or namespaceName
.
Date | Changes |
---|---|
Nov 25 2024 | Introduced endpoint |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The id of the namespace. Either namespaceId or namespaceName must be provided
"rlns_1234"
The name of the namespace. Namespaces group different limits together for better analytics. You might have a namespace for your public API and one for internal tRPC routes.
"email.outbound"
The maximum number of keys to return
1 <= x <= 100
100
Use this to fetch the next page of results. A new cursor will be returned in the response if there are more results.
List of overrides for the given namespace.
The response is of type object
.