@@ -320,19 +320,6 @@ Use this endpoint to view available payment options before creating orders.
320320
321321
322322
323- ### billing_cancelSubscriptionV1
324-
325- Cancel a subscription and stop any further billing.
326-
327- Use this endpoint when users want to terminate active services.
328-
329- - ** Method** : ` DELETE `
330- - ** Path** : ` /api/billing/v1/subscriptions/{subscriptionId} `
331-
332- ** Parameters** :
333-
334- - ` subscriptionId ` : Subscription ID (required)
335-
336323### billing_getSubscriptionListV1
337324
338325Retrieve a list of all subscriptions associated with your account.
@@ -907,9 +894,8 @@ You can filter contacts by group UUID and subscription status.
907894Create a new contact in the email marketing system.
908895
909896This endpoint allows you to create a new contact with basic information like name, email, and surname.
910- You can optionally assign the contact to specific groups and add notes.
911897
912- The contact will be automatically subscribed to email communications .
898+ If double opt-in is enabled, the contact will be created with a pending status and a confirmation email will be sent .
913899
914900- ** Method** : ` POST `
915901- ** Path** : ` /api/reach/v1/contacts `
@@ -978,6 +964,15 @@ Segments are used to organize and group contacts based on specific criteria.
978964
979965- ` segmentUuid ` : Segment uuid parameter (required)
980966
967+ ### reach_listProfilesV1
968+
969+ This endpoint returns all profiles available to the client, including their basic information.
970+
971+ - ** Method** : ` GET `
972+ - ** Path** : ` /api/reach/v1/profiles `
973+
974+
975+
981976### VPS_getDataCenterListV1
982977
983978Retrieve all available data centers.
0 commit comments