# Activations

The Rate Card activation endpoints allow you to check whether the Rate Cards feature has been activated on
the user's account. It also allows you to activate the feature on the user's account.

## Check Rate Cards Activation Status

 - [GET /account_rate_cards_activations](https://developer.kantata.com/kantata/specification/activations/get-activation-status-rate-cards.md): This endpoint allows you to check whether the Rate Cards feature has been activated on
the user's account.
  This endpoint is only accessible to users with Financial access (Project Lead or higher) on the account.

## Activate Rate Cards

 - [POST /account_rate_cards_activations](https://developer.kantata.com/kantata/specification/activations/activate-rate-cards.md): Activate Rate Cards on a user's account by submitting a rate card set version that belongs to
the default Rate Card Set. Only an Account Administrator can activate rate cards on an account.

The initial request to this endpoint will generate an account default Rate Card Set and create a
Rate Card Set Version. This account default Rate Card Set will include a separate Rate Card for every currency
used in projects on the user's account.

