Social
Package social is posting to every social account you own, now or on a schedule.
Package social is posting to every social account you own, now or on a schedule.
| Base URL | https://api.hanzo.ai |
| Operations | 13 |
| Auth | Authorization: Bearer $HANZO_API_KEY |
social
get_v1_social_accounts_by_id
GET /v1/social/accounts/{id}
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | yes |
put_v1_social_accounts_by_id
PUT /v1/social/accounts/{id}
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | yes |
delete_v1_social_accounts_by_id
DELETE /v1/social/accounts/{id}
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | yes |
get_v1_social_accounts
GET /v1/social/accounts
post_v1_social_accounts
POST /v1/social/accounts
post_v1_social_posts_by_id_publish
POST /v1/social/posts/{id}/publish
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | yes |
get_v1_social_posts_by_id
GET /v1/social/posts/{id}
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | yes |
put_v1_social_posts_by_id
PUT /v1/social/posts/{id}
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | yes |
delete_v1_social_posts_by_id
DELETE /v1/social/posts/{id}
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | yes |
get_v1_social_posts
GET /v1/social/posts
post_v1_social_posts
POST /v1/social/posts
get_v1_social_providers
GET /v1/social/providers
get_v1_social_summary
GET /v1/social/summary
How is this guide?