Lists forms and their details.
curl -X GET \
https://developer.wiseback.com/api_v1/form/list/{status} \
-H 'x-api-key: {api_key}' \
-H 'x-secret-key: {secret_key}'
Parameters | Mandatory | Description |
---|---|---|
status | Status of the form. May take one of the following values: DRAFT, PUBLISHED, DELETED |
Generates a trackable unique link for a form.
curl -X POST \
https://developer.wiseback.com/api_v1/form/link/{form_id}/{bus_prop_id} \
-H 'x-api-key: {api_key}' \
-H 'x-secret-key: {secret_key}' \
-F {track_field}
Parameters | Mandatory | Description |
---|---|---|
form_id | The UUID of the form. Example: 3a6c0099-73c0-4169-8038-828c0c7bf6dc | |
bus_prop_id | Business property indexes of the form separated by '_'. Example: 1_2 | |
track_field | Tracking field. You can add up to 6 tracking fields. Example: sms=901212212 |