Skip to content

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

Request

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.

GET
/account_rate_cards_activations
curl -i -X GET \
  https://api.mavenlink.com/api/v1/account_rate_cards_activations

Responses

A list of Activations have been retrieved.

Bodyapplication/json
activatedboolean

Indicates whether the Rate Card feature has been enabled on the user's account.

Response
{ "activated": true }