Skip to main content

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.

function HelloCodeTitle(props) {
return <h1>Hello, {props.name}</h1>;
}

//code snippets