# Subscribe to an addon **POST /api/v1/subscribe** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Body: application/json (object) - **addon_id** (string) Unique identifier of the addon to subscribe to - **config** (array[string]) Configuration parameters dependant on type of addon - **enabled** (boolean) If the addon should start enabled ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **enabled** (string) Determines if the addon is enabled - **addon** (object) Details about the addon subscribed to - **trial_ends_at** (string) If the addon is a paid addon, this is the date the free trial will end for the addon subscription. - **trial_ends_in_days** (integer) If the addon is a paid addon, this is the number of days left in the free trial for the addon subscription. - **payment_confirmed_at** (string) If the addon is a paid addon, this is the date the payment was confirmed for the addon subscription. [Powered by Bump.sh](https://bump.sh)