Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hootsuite Messages API

The Messages API from Hootsuite — 5 operation(s) for messages.

Hootsuite Messages API is one of 5 APIs that Hootsuite publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Messages. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 7 operations across 5 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://platform.hootsuite.com/v1.

7 operations 5 paths 0 schemas 1 DELETE3 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://platform.hootsuite.com/v1
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Hootsuite Messages API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 1 scope. By default, every request must be authenticated.

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Messages 7
GET
/messages
List scheduled and sent outbound messages
listMessages → 200
POST
/messages
Schedule a message
createMessage → 201
GET
/messages/{messageId}
Retrieve a specific message
getMessage 1 param → 200
DELETE
/messages/{messageId}
Delete a message
deleteMessage 1 param → 204
POST
/messages/{messageId}/approve
Approve a message awaiting review
approveMessage 1 param → 200
POST
/messages/{messageId}/reject
Reject a message awaiting review
rejectMessage 1 param → 200
GET
/messages/{messageId}/history
Get a message's review history
getMessageHistory 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hootsuite-messages-api-openapi.yml Raw ↑

Other APIs Hootsuite publishes across the network.

Hootsuite REST API
Hootsuite Me API
Hootsuite Media API
Hootsuite SocialProfiles API