# Check Rate Cards Activation Status

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.

Endpoint: GET /account_rate_cards_activations
Version: 1.0.0

## Response 200 fields (application/json):

  - `activated` (boolean)
    Indicates whether the Rate Card feature has been enabled on the user's account.

## Response 400 fields (application/json):

  - `errors` (array)

  - `errors.type` (string)

  - `errors.message` (string)


