Usage
Usage
The Usage API allows you to view your account limits, as well as list usage history to better understand how your SMSByrd account is utilized.
Retrieve account limits
GET: /api/usage/limits
Retrieve account usage limits. Details the current limits and usage for your account. This endpoint requires authentication with an account-level API key.
List usage transactions
GET: /api/usage/transactions Retrieves the last 31 days of transactional usage. This endpoint requires authentication with an account-level API key.
- Java
- JS
- C#
function HelloCodeTitle(props) {
return <h1>Hello, {props.name}</h1>;
}
This is a second test
This is a third test
//code snippets