Marketo API

Getting access, Developing, Testing

Back to Marketo

Get Daily Usage

Returns the number of calls consumed for the day. Required Permissions: None

Output

required: - errors - requestId - result - success - warnings type: object properties: errors: type: array description: Array of errors that occurred if the request was unsuccessful items: required: - code - message type: object properties: code: type: string description: >- Error code of the error. See full list of error codes <a href="https://developers.marketo.com/rest-api/error-codes/">here</a> message: type: string description: Message describing the cause of the error moreResult: type: boolean description: Boolean indicating if there are more results in subsequent pages example: false nextPageToken: type: string description: Paging token given if the result set exceeded the allowed batch size requestId: type: string description: Id of the request made result: type: array description: Array of results for individual records in the operation, may be empty items: required: - date type: object properties: date: type: string description: Date of the collected calls format: date-time total: type: integer description: Total number of errors in the time period format: int32 users: type: array description: Counts for individual users items: required: - count - userId type: object properties: count: type: integer description: Number of calls made in the time period format: int32 userId: type: string description: Id of the user success: type: boolean description: Whether the request succeeded example: false warnings: type: array description: Array of warnings given for the operation items: required: - code - message type: object properties: code: type: integer description: Integer code of the warning format: int32 message: type: string description: Message describing the warning