Velocity Controls
A velocity control limits how much users can spend. You can configure velocity controls to limit how much users can spend and the number of transactions they can make in a given span of time. You can apply velocity controls to a single user, to all users associated with a particular card product, or to all users in your program.
Only Program Managers can create or modify program-wide velocity controls.
A POST
or PUT
call from a role that does not have Program Manager permissions will receive a 403 error if its association
field is null, or if it includes all of the fields in the request body.
Avoid this by passing a valid user_token
or card_product_token
in the velocity control’s association
object, indicating that the request is specific to a user or card product, and not program-wide.
You should also only include the specific fields you want to update, because a PUT
or POST
with values for all fields is interpreted as a change that requires Program Manager permissions.
See Controlling Spending for a tutorial that walks you through the creation of a spend control.
Note
Each program supports a maximum of 90 spend controls (velocity controls and authorization controls combined).
Create velocity control
Copy section link
Action: POST
Endpoint: /velocitycontrols
Limits how much and how frequently a user can spend funds. If multiple velocity controls apply to the same user, the user cannot exceed any of the defined spending limits.
Tip
You can create program-level controls in the sandbox environment. However, you must work with your Marqeta representative to create program-level controls in a production environment.
Request body
Copy section link
Velocity control object
Fields | Description |
---|---|
active
boolean
|
Indicates whether the velocity control is active. Allowable Values:
Default value: |
amount_limit
decimal
|
Maximum monetary sum that can be cleared within the time period defined by the Allowable Values: 0 min |
approvals_only
boolean
|
If set to Allowable Values:
Default value: |
association
object
|
Defines the group of users to which the velocity control applies. Allowable Values:
|
association.card_product_token
string
|
Unique identifier of the card product. Pass either Allowable Values: 1–36 chars |
association.user_token
string
|
Unique identifier of the cardholder. Pass either Allowable Values: 1–36 chars |
currency_code
string
|
Three-character ISO 4217 currency code. Allowable Values: Valid three-character ISO 4217 currency code |
include_cashback
boolean
|
If set to Allowable Values:
Default value: |
include_credits
boolean
|
If set to Allowable Values:
Default value: |
money_in_transaction
object
|
Defines the original credit transaction (OCT) types that are subject to velocity control.
Your request can contain either a Allowable Values:
|
money_in_transaction.include_credits_types
array of strings
|
Specifies the types of credits to include in the original credit transaction (OCT). Allowable Values:
|
money_in_transaction.include_network_load_types
array of strings
|
Indicates whether or not cash and check network load transactions will be subject to velocity control. Allowable Values:
|
include_purchases
boolean
|
If set to Allowable Values:
Default value: |
include_transfers
boolean
|
If set to Allowable Values:
Default value: |
include_withdrawals
boolean
|
If set to Allowable Values:
Default value: |
merchant_scope
object
|
Defines the group of merchants to which the velocity control applies. Populate no more than one field of the Allowable Values:
|
merchant_scope.mcc
string
|
Merchant Category Code (MCC). Identifies the type of products or services provided by the merchant. Enter a value to control spending on a particular type of product or service. Allowable Values: 1–4 chars |
merchant_scope.mcc_group
string
|
Token identifying a group of MCCs. Enter a value to control spending on a group of product or service types. Send a Allowable Values: 1–36 chars |
merchant_scope.mid
string
|
Merchant identifier (MID). Identifies a specific merchant. Enter a value to control spending with a particular merchant. Allowable Values: 1–36 chars |
name
string
|
Description of how the velocity control restricts spending, for example, "Max spend of $500 per day" or "Max spend of $5000 per month for non-exempt employees". Ensure that the description you provide here adequately captures the kind of restriction exerted by this velocity control, because the Marqeta platform will send this information to you in a webhook in the event that the transaction authorization attempt is declined by the velocity control. NOTE: This field is very important. If your program has multiple velocity controls in place, it is not always clear which one prevented the transaction from being approved. Adding specific details to this field gives you more contextual information when debugging or monitoring declined authorization attempts. Allowable Values: 255 char max |
token
string
|
Unique identifier of the velocity control. If you do not include a token, the system will generate one automatically. This token is necessary for use in other API calls, so we recommend that rather than let the system generate one, you use a simple string that is easy to remember. This value cannot be updated. Allowable Values: 1–36 chars |
usage_limit
integer
|
Maximum number of times a card can be used within the time period defined by the If Set to Allowable Values: -1 min -1 to 100 |
velocity_window
string
|
Defines the time period to which the
NOTE: If set to NOTE: Editing any of the following fields on a velocity control resets its usage and amount count to 0:
Allowable Values:
|
Response body
Copy section link
Fields | Description |
---|---|
active
boolean
|
Indicates whether the velocity control is active. Allowable Values:
|
amount_limit
decimal
|
Maximum monetary sum that can be cleared within the time period defined by the Allowable Values: 0 min |
approvals_only
boolean
|
If set to Allowable Values:
|
association
object
|
Defines the group of users to which the velocity control applies. Allowable Values:
|
association.card_product_token
string
|
Unique identifier of the card product. Pass either Allowable Values: 1–36 chars |
association.user_token
string
|
Unique identifier of the cardholder. Pass either Allowable Values: 1–36 chars |
currency_code
string
|
Three-character ISO 4217 currency code. Allowable Values: Valid three-character ISO 4217 currency code |
include_cashback
boolean
|
If set to Allowable Values:
|
include_credits
boolean
|
If set to Allowable Values:
|
money_in_transaction
object
|
Defines the original credit transaction (OCT) types that are subject to velocity control. Allowable Values:
|
money_in_transaction.include_credits_types
array of strings
|
Specifies the types of credits to include in the original credit transaction (OCT). Allowable Values:
|
money_in_transaction.include_network_load_types
array of strings
|
Indicates whether or not cash and check network load transactions will be subject to velocity control. Allowable Values:
|
include_purchases
boolean
|
If set to Allowable Values:
|
include_transfers
boolean
|
If set to Allowable Values:
|
include_withdrawals
boolean
|
If set to Allowable Values:
|
merchant_scope
object
|
Defines the group of merchants to which the velocity control applies. Populate no more than one field of the Allowable Values:
|
merchant_scope.mcc
string
|
Merchant Category Code (MCC). Identifies the type of products or services provided by the merchant. Enter a value to control spending on a particular type of product or service. Allowable Values: 1–4 chars |
merchant_scope.mcc_group
string
|
Token identifying a group of MCCs. Enter a value to control spending on a group of product or service types. Send a Allowable Values: 1–36 chars |
merchant_scope.mid
string
|
Merchant identifier (MID). Identifies a specific merchant. Enter a value to control spending with a particular merchant. Allowable Values: 1–36 chars |
name
string
|
Description of how the velocity control restricts spending. For example, "Max spend of $500 per day" or "Max spend of $5000 per month for non-exempt employees". Allowable Values: 255 char max |
token
string
|
Unique identifier of the velocity control. Allowable Values: 1–36 chars |
usage_limit
integer
|
Maximum number of times a card can be used within the time period defined by the Allowable Values: -1 min -1 to 100, where -1 indicates unlimited uses |
velocity_window
string
|
Defines the time period to which the
Allowable Values:
|
List velocity controls
Copy section link
Action: GET
Endpoint: /velocitycontrols
Retrieves a list of all the velocity controls associated with a specific user or card product, or lists all the velocity controls defined for your program.
Include either a user
or a card_product
query parameter to indicate the user or card product whose associated velocity controls you want to retrieve (do not include both).
To list all velocity controls for your program, omit the user
and card_product
query parameters from your request.
This endpoint supports field filtering and pagination.
URL query parameters
Copy section link
Fields | Description |
---|---|
card_product
string
|
Unique identifier of the card product.
Enter the string Allowable Values: Existing card product token |
user
string
|
Unique identifier of the user.
Enter the string Allowable Values: Existing user token |
count
integer
|
Number of velocity control resources to retrieve. Allowable Values: 1-10 Default value: |
start_index
integer
|
Sort order index of the first resource in the returned array. Allowable Values: Any integer Default value: |
fields
string
|
Comma-delimited list of fields to return ( Allowable Values: Comma-delimited list of fields, or blank |
sort_by
string
|
Field on which to sort.
Use any field in the resource model, or one of the system fields Allowable Values:
|
Response body
Copy section link
Fields | Description |
---|---|
count
integer
|
Number of resources retrieved. This field is returned if there are resources in your returned array. Allowable Values: 1-10 |
data
array of objects
|
Array of velocity control objects. Objects are returned as appropriate to your query. Allowable Values: Valid array of one or more velocity control objects |
data[].active
boolean
|
Indicates whether the velocity control is active. Allowable Values:
|
data[].amount_limit
decimal
|
Maximum monetary sum that can be cleared within the time period defined by the Allowable Values: 0 min |
data[].approvals_only
boolean
|
If set to Allowable Values:
|
data[].association
object
|
Defines the group of users to which the velocity control applies. Allowable Values:
|
data[].association.card_product_token
string
|
Unique identifier of the card product. Pass either Allowable Values: 1–36 chars |
data[].association.user_token
string
|
Unique identifier of the cardholder. Pass either Allowable Values: 1–36 chars |
data[].currency_code
string
|
Three-character ISO 4217 currency code. Allowable Values: Valid three-character ISO 4217 currency code |
data[].include_cashback
boolean
|
If set to Allowable Values:
|
data[].include_credits
boolean
|
If set to Allowable Values:
|
data[].money_in_transaction
object
|
Defines the original credit transaction (OCT) types that are subject to velocity control. Allowable Values:
|
data[].money_in_transaction.include_credits_types
array of strings
|
Specifies the types of credits to include in the original credit transaction (OCT). Allowable Values:
|
data[].money_in_transaction.include_network_load_types
array of strings
|
Indicates whether or not cash and check network load transactions will be subject to velocity control. Allowable Values:
|
data[].include_purchases
boolean
|
If set to Allowable Values:
|
data[].include_transfers
boolean
|
If set to Allowable Values:
|
data[].include_withdrawals
boolean
|
If set to Allowable Values:
|
data[].merchant_scope
object
|
Defines the group of merchants to which the velocity control applies. Populate no more than one field of the Allowable Values:
|
data[].merchant_scope.mcc
string
|
Merchant Category Code (MCC). Identifies the type of products or services provided by the merchant. Enter a value to control spending on a particular type of product or service. Allowable Values: 1–4 chars |
data[].merchant_scope.mcc_group
string
|
Token identifying a group of MCCs. Enter a value to control spending on a group of product or service types. Send a Allowable Values: 1–36 chars |
data[].merchant_scope.mid
string
|
Merchant identifier (MID). Identifies a specific merchant. Enter a value to control spending with a particular merchant. Allowable Values: 1–36 chars |
data[].name
string
|
Description of how the velocity control restricts spending. For example, "Max spend of $500 per day" or "Max spend of $5000 per month for non-exempt employees". Allowable Values: 255 char max |
data[].token
string
|
Unique identifier of the velocity control. Allowable Values: 1–36 chars |
data[].usage_limit
integer
|
Maximum number of times a card can be used within the time period defined by the Allowable Values: -1 min -1 to 100, where -1 indicates unlimited uses |
data[].velocity_window
string
|
Defines the time period to which the
Allowable Values:
|
end_index
integer
|
Sort order index of the last resource in the returned array. This field is returned if there are resources in your returned array. Allowable Values: Any integer |
is_more
boolean
|
A value of This field is returned if there are resources in your returned array. Allowable Values:
|
start_index
integer
|
The sort order index of the last resource in the returned array. This field is returned if there are resources in your returned array. Allowable Values: Any integer |
Returns a specific velocity control
Copy section link
Action: GET
Endpoint: /velocitycontrols/{token}
Retrieves a specific velocity control.
URL path parameters
Copy section link
Fields | Description |
---|---|
token
string
|
Unique identifier of the velocity control resource. Allowable Values: Existing velocity control token |
URL query parameters
Copy section link
Fields | Description |
---|---|
fields
string
|
Comma-delimited list of fields to return ( Allowable Values: Comma-delimited list of fields, or blank |
Response body
Copy section link
Fields | Description |
---|---|
active
boolean
|
Indicates whether the velocity control is active. Allowable Values:
|
amount_limit
decimal
|
Maximum monetary sum that can be cleared within the time period defined by the Allowable Values: 0 min |
approvals_only
boolean
|
If set to Allowable Values:
|
association
object
|
Defines the group of users to which the velocity control applies. Allowable Values:
|
association.card_product_token
string
|
Unique identifier of the card product. Pass either Allowable Values: 1–36 chars |
association.user_token
string
|
Unique identifier of the cardholder. Pass either Allowable Values: 1–36 chars |
currency_code
string
|
Three-character ISO 4217 currency code. Allowable Values: Valid three-character ISO 4217 currency code |
include_cashback
boolean
|
If set to Allowable Values:
|
include_credits
boolean
|
If set to Allowable Values:
|
money_in_transaction
object
|
Defines the original credit transaction (OCT) types that are subject to velocity control. Allowable Values:
|
money_in_transaction.include_credits_types
array of strings
|
Specifies the types of credits to include in the original credit transaction (OCT). Allowable Values:
|
money_in_transaction.include_network_load_types
array of strings
|
Indicates whether or not cash and check network load transactions will be subject to velocity control. Allowable Values:
|
include_purchases
boolean
|
If set to Allowable Values:
|
include_transfers
boolean
|
If set to Allowable Values:
|
include_withdrawals
boolean
|
If set to Allowable Values:
|
merchant_scope
object
|
Defines the group of merchants to which the velocity control applies. Populate no more than one field of the Allowable Values:
|
merchant_scope.mcc
string
|
Merchant Category Code (MCC). Identifies the type of products or services provided by the merchant. Enter a value to control spending on a particular type of product or service. Allowable Values: 1–4 chars |
merchant_scope.mcc_group
string
|
Token identifying a group of MCCs. Enter a value to control spending on a group of product or service types. Send a Allowable Values: 1–36 chars |
merchant_scope.mid
string
|
Merchant identifier (MID). Identifies a specific merchant. Enter a value to control spending with a particular merchant. Allowable Values: 1–36 chars |
name
string
|
Description of how the velocity control restricts spending. For example, "Max spend of $500 per day" or "Max spend of $5000 per month for non-exempt employees". Allowable Values: 255 char max |
token
string
|
Unique identifier of the velocity control. Allowable Values: 1–36 chars |
usage_limit
integer
|
Maximum number of times a card can be used within the time period defined by the Allowable Values: -1 min -1 to 100, where -1 indicates unlimited uses |
velocity_window
string
|
Defines the time period to which the
Allowable Values:
|
Update velocity control
Copy section link
Action: PUT
Endpoint: /velocitycontrols/{token}
Updates a specific velocity control.
URL path parameters
Copy section link
Fields | Description |
---|---|
token
string
|
Unique identifier of the velocity control resource. Allowable Values: Existing velocity control token |
Request body
Copy section link
Fields | Description |
---|---|
active
boolean
|
Indicates whether the velocity control is active. Allowable Values:
Default value: |
amount_limit
decimal
|
Maximum monetary sum that can be cleared within the time period defined by the Allowable Values: 0 min |
approvals_only
boolean
|
If set to Allowable Values:
Default value: |
association
object
|
Defines the group of users to which the velocity control applies. Allowable Values:
|
association.card_product_token
string
|
Unique identifier of the card product. Pass either Allowable Values: 1–36 chars |
association.user_token
string
|
Unique identifier of the cardholder. Pass either Allowable Values: 1–36 chars |
currency_code
string
|
Three-character ISO 4217 currency code. Allowable Values: Valid three-character ISO 4217 currency code |
include_cashback
boolean
|
If set to Allowable Values:
Default value: |
include_credits
boolean
|
If set to Allowable Values:
Default value: |
money_in_transaction
object
|
Defines the original credit transaction (OCT) types that are subject to velocity control.
Your request can contain either a Allowable Values:
|
money_in_transaction.include_credits_types
array of strings
|
Specifies the types of credits to include in the original credit transaction (OCT). Allowable Values:
|
money_in_transaction.include_network_load_types
array of strings
|
Indicates whether or not cash and check network load transactions will be subject to velocity control. Allowable Values:
|
include_purchases
boolean
|
If set to Allowable Values:
Default value: |
include_transfers
boolean
|
If set to Allowable Values:
Default value: |
include_withdrawals
boolean
|
If set to Allowable Values:
Default value: |
merchant_scope
object
|
Defines the group of merchants to which the velocity control applies. Populate no more than one field of the Allowable Values:
|
merchant_scope.mcc
string
|
Merchant Category Code (MCC). Identifies the type of products or services provided by the merchant. Enter a value to control spending on a particular type of product or service. Allowable Values: 1–4 chars |
merchant_scope.mcc_group
string
|
Token identifying a group of MCCs. Enter a value to control spending on a group of product or service types. Send a Allowable Values: 1–36 chars |
merchant_scope.mid
string
|
Merchant identifier (MID). Identifies a specific merchant. Enter a value to control spending with a particular merchant. Allowable Values: 1–36 chars |
name
string
|
Description of how the velocity control restricts spending. For example, "Max spend of $500 per day" or "Max spend of $5000 per month for non-exempt employees". Ensure that the description you provide here adequately captures the kind of restriction exerted by this velocity control, because the Marqeta platform will send this information to you in a webhook in the event that the transaction authorization attempt is declined by the velocity control. NOTE: This field is very important. If your program has multiple velocity controls in place, it is not always clear which one prevented the transaction from being approved. Adding specific details to this field gives you more contextual information when debugging or monitoring declined authorization attempts. Allowable Values: 255 char max |
token
string
|
Unique identifier of the velocity control resource. Allowable Values: 1–36 chars |
usage_limit
integer
|
Maximum number of times a card can be used within the time period defined by the If Allowable Values: -1 min -1 to 100, where -1 indicates unlimited uses |
velocity_window
string
|
Defines the time period to which the
NOTE: If set to NOTE: Editing any of the following fields on a velocity control resets its usage and amount count to 0:
Allowable Values:
|
Response body
Copy section link
Fields | Description |
---|---|
active
boolean
|
Indicates whether the velocity control is active. Allowable Values:
|
amount_limit
decimal
|
Maximum monetary sum that can be cleared within the time period defined by the Allowable Values: 0 min |
approvals_only
boolean
|
If set to Allowable Values:
|
association
object
|
Defines the group of users to which the velocity control applies. Allowable Values:
|
association.card_product_token
string
|
Unique identifier of the card product. Pass either Allowable Values: 1–36 chars |
association.user_token
string
|
Unique identifier of the cardholder. Pass either Allowable Values: 1–36 chars |
currency_code
string
|
Three-character ISO 4217 currency code. Allowable Values: Valid three-character ISO 4217 currency code |
include_cashback
boolean
|
If set to Allowable Values:
|
include_credits
boolean
|
If set to Allowable Values:
|
money_in_transaction
object
|
Defines the original credit transaction (OCT) types that are subject to velocity control. Allowable Values:
|
money_in_transaction.include_credits_types
array of strings
|
Specifies the types of credits to include in the original credit transaction (OCT). Allowable Values:
|
money_in_transaction.include_network_load_types
array of strings
|
Indicates whether or not cash and check network load transactions will be subject to velocity control. Allowable Values:
|
include_purchases
boolean
|
If set to Allowable Values:
|
include_transfers
boolean
|
If set to Allowable Values:
|
include_withdrawals
boolean
|
If set to Allowable Values:
|
merchant_scope
object
|
Defines the group of merchants to which the velocity control applies. Populate no more than one field of the Allowable Values:
|
merchant_scope.mcc
string
|
Merchant Category Code (MCC). Identifies the type of products or services provided by the merchant. Enter a value to control spending on a particular type of product or service. Allowable Values: 1–4 chars |
merchant_scope.mcc_group
string
|
Token identifying a group of MCCs. Enter a value to control spending on a group of product or service types. Send a Allowable Values: 1–36 chars |
merchant_scope.mid
string
|
Merchant identifier (MID). Identifies a specific merchant. Enter a value to control spending with a particular merchant. Allowable Values: 1–36 chars |
name
string
|
Description of how the velocity control restricts spending. For example, "Max spend of $500 per day" or "Max spend of $5000 per month for non-exempt employees". Allowable Values: 255 char max |
token
string
|
Unique identifier of the velocity control. Allowable Values: 1–36 chars |
usage_limit
integer
|
Maximum number of times a card can be used within the time period defined by the Allowable Values: -1 min -1 to 100, where -1 indicates unlimited uses |
velocity_window
string
|
Defines the time period to which the
Allowable Values:
|
List user velocity control balances
Copy section link
Action: GET
Endpoint: /velocitycontrols/user/{user_token}/available
Retrieves a list of the available balances of the velocity controls associated with a user.
This operation is unavailable for velocity controls with a window of TRANSACTION
, because available balances do not apply to single-transaction velocity windows.
Depending on the control, the balance can include an available monetary amount, the number of transactions remaining, and the number of days remaining in the time window.
This endpoint supports field filtering and pagination.
URL path parameters
Copy section link
Fields | Description |
---|---|
user_token
string
|
Unique identifier of the cardholder. Allowable Values: Existing user token |
URL query parameters
Copy section link
Fields | Description |
---|---|
count
integer
|
Number of available balance resources to retrieve. Allowable Values: 1-10 Default value: |
start_index
integer
|
The sort order index of the first resource in the returned array. Allowable Values: Any integer Default value: |
fields
string
|
Comma-delimited list of fields to return ( Allowable Values: Comma-delimited list of fields, or blank |
sort_by
string
|
Field on which to sort.
Use any field in the resource model, or one of the system fields Allowable Values:
|
Response body
Copy section link
Fields | Description |
---|---|
count
integer
|
Number of velocity control resources retrieved. This field is returned if there are resources in your returned array. Allowable Values: 1-10 |
data
array of objects
|
Array of velocity control objects that include available balances. Objects are returned as appropriate to your query. Allowable Values: Valid array of one or more velocity control objects |
data[].active
boolean
|
Indicates whether the velocity control is active. Allowable Values:
|
data[].amount_limit
decimal
|
Maximum monetary sum that can be cleared within the time period defined by the Allowable Values: 0 min |
data[].approvals_only
boolean
|
If set to Allowable Values:
|
data[].association
object
|
Defines the group of users to which the velocity control applies. Allowable Values:
|
data[].association.card_product_token
string
|
Unique identifier of the card product. Pass either Allowable Values: 1–36 chars |
data[].association.user_token
string
|
Unique identifier of the cardholder. Pass either Allowable Values: 1–36 chars |
data[].available
object
|
Specifies the available balances of the velocity controls associated with a user. This object is not returned if the velocity control window is Allowable Values:
|
data[].available.amount
decimal
|
Total amount of spend remaining in the velocity control. Allowable Values: 0 min Format: 0.00 |
data[].available.days_remaining
integer
|
Number of days remaining in the velocity control time window. Allowable Values: 255 char max |
data[].available.uses
integer
|
Number of uses remaining in the velocity control. Allowable Values: -1 to 100, where -1 indicates unlimited uses |
data[].currency_code
string
|
Three-character ISO 4217 currency code. Allowable Values: Valid three-character ISO 4217 currency code |
data[].include_cashback
boolean
|
If set to Allowable Values:
|
data[].include_credits
boolean
|
If set to Allowable Values:
|
data[].money_in_transaction
object
|
Defines the original credit transaction (OCT) types that are subject to velocity control. Allowable Values:
|
data[].money_in_transaction.include_credits_types
array of strings
|
Specifies the types of credits to include in the original credit transaction (OCT). Allowable Values:
|
data[].money_in_transaction.include_network_load_types
array of strings
|
Indicates whether or not cash and check network load transactions will be subject to velocity control. Allowable Values:
|
data[].include_purchases
boolean
|
If set to Allowable Values:
|
data[].include_transfers
boolean
|
If set to Allowable Values:
|
data[].include_withdrawals
boolean
|
If set to Allowable Values:
|
data[].merchant_scope
object
|
Defines the group of merchants to which the velocity control applies. Populate no more than one field of the Allowable Values:
|
data[].merchant_scope.mcc
string
|
Merchant Category Code (MCC). Identifies the type of products or services provided by the merchant. Enter a value to control spending on a particular type of product or service. Allowable Values: 1–4 chars |
data[].merchant_scope.mcc_group
string
|
Token identifying a group of MCCs. Enter a value to control spending on a group of product or service types. Send a Allowable Values: 1–36 chars |
data[].merchant_scope.mid
string
|
Merchant identifier (MID). Identifies a specific merchant. Enter a value to control spending with a particular merchant. Allowable Values: 1–36 chars |
data[].name
string
|
Description of how the velocity control restricts spending, for example, "Max spend of $500 per day" or "Max spend of $5000 per month for non-exempt employees". Allowable Values: 255 char max |
data[].token
string
|
Unique identifier of the velocity control. Allowable Values: 1–36 chars |
data[].usage_limit
integer
|
Maximum number of times a card can be used within the time period defined by the Allowable Values: -1 min -1 to 100, where -1 indicates unlimited uses |
data[].velocity_window
string
|
Defines the time period to which the
Allowable Values:
|
end_index
integer
|
Sort order index of the last resource in the returned array. This field is returned if there are resources in your returned array. Allowable Values: Any integer |
is_more
boolean
|
A value of This field is returned if there are resources in your returned array. Allowable Values:
|
start_index
integer
|
Sort order index of the last resource in the returned array. This field is returned if there are resources in your returned array. Allowable Values: Any integer |