List all premises
Will fetch a list of profiles.
GET
https://app.copyfactory.io/api/v2/premises/list/
An array with all profiles. Each entry in the array is a separate profile object.
Query Parameters
Name | Type | Description |
---|---|---|
profile_id | String | The profile ID to further filter results. |
premise_type | String | The premise type to further filter results. The options are either "email" or "sentence". |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Copyfactory API key |
Last updated