Autopilot

List of workspaces

List of the user's workspaces

GET https://api.asters.ai/automations/workspaces

Headers

Name
Type
Description

x-asters-token*

String

API Key generated in Asters for user authentication

```json
[
    {
        "workspace": "63b2f7e2605fae12406e6814",
        "role": "6495ae30962f51512c2f77db",
        "_id": "65d4d06dc1492d9691489a74",
        "owner":{
            "_id":"identifier",
            "name": "Workspace 1",
            "email": "[email protected]"
        },
    },
    {
        "workspace": "63b2f7e8605fae12406e683b",
        "role": "65ca3c0dfdcdb0280257ba19",
        "_id": "65d4d6ee9fec9fe259b4efb9",
        "owner":{
            "_id":"identifier",
            "name": "Workspace 2",
            "email": "[email protected]"
        },
    },
    {
        "workspace": "63b2f7ed605fae12406e6876",
        "role": "65ca3c0dfdcdb0280257ba12",
        "_id": "65d4d957f859e5f7698f66b9",
        "owner": {
            "_id":"identifier",
            "name": "Workspace 3",
            "email": "[email protected]"
        }
    }    
]
```

List of social accounts

List of all social accounts in a workspace

GET https://api.asters.ai/automations/workspaces/:id/socialAccounts

Path Parameters

Name
Type
Description

x-asters-token*

String

API Key generated in Asters for user authentication

Headers

Name
Type
Description

String

Workspace identifier

Generate Post

List of the user's workspaces

POST https://api.asters.ai/automations/posts/generate

Headers

Name
Type
Description

x-asters-token*

String

API Key generated in Asters for user authentication

Request Body

Name
Type
Description

params*

any

Object with all Zapier fields.

Last updated