---
title: Account
summary: null
url: https://www.fastly.com/documentation/reference/api/account
---

These APIs allow you to manage your account, its users, and billing options. Most account operations act upon a [customer](https://www.fastly.com/documentation/reference/api/account/customer), which is identified by a customer ID. Your API token will be tied to your customer account and allow you to access your customer ID via the [`/current_customer`](https://www.fastly.com/documentation/reference/api/account/customer/#get-logged-in-customer) endpoint.

- [Billing address](https://www.fastly.com/documentation/reference/api/account/billing-address/) - A billing address is used to calculate your bill correctly.
- [Customer](https://www.fastly.com/documentation/reference/api/account/customer/) - A Customer is the base object that owns your Users and Services. Some information may be limited depending on access level.
- [Customer Contact](https://www.fastly.com/documentation/reference/api/account/contact/) - A Customer Contact is the base object that holds the different types of contact information Fastly uses to contact a customer.
- [Event logs](https://www.fastly.com/documentation/reference/api/account/events/) - <a href="https://www.fastly.com/documentation/guides/account-info/account-management/reviewing-service-activity-with-the-event-log/">Event logs</a> are used to audit actions performed by customers.
- [IAM Roles](https://www.fastly.com/documentation/reference/api/account/roles/) - An identity and access management (IAM) role is a collection of permissions that define access to account resources.
- [Invitations](https://www.fastly.com/documentation/reference/api/account/invitations/) - Invitations allow superusers and engineers to invite users to set up accounts as collaborators under a main customer account. Superusers can invite collaborators and assign them any role or permission level on a per-service basis. Engineers with no per-service limitations can only invite new collaborators but cannot modify their permissions.
- [Invoices API](https://www.fastly.com/documentation/reference/api/account/invoices/) - Get information on current and past invoices.
- [Service authorizations](https://www.fastly.com/documentation/reference/api/account/service-authorization/) - A service authorization allows limited users to access only specified services.
- [Star](https://www.fastly.com/documentation/reference/api/account/star/) - A star allows users to mark services of interest.
- [Usage Metrics API](https://www.fastly.com/documentation/reference/api/account/billing-usage-metrics/) - Get information on billing usage metrics.
- [User](https://www.fastly.com/documentation/reference/api/account/user/) - A user of the Fastly API and web interface. A user is always associated with a customer. Some information may be limited depending on access level.
