Skip to main content
GET
/
snapchat
/
scheduled_posts
/
{post_id}
Get a Snapchat post
curl --request GET \
  --url https://scheduler.dashsocial.com/snapchat/scheduled_posts/{post_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "errors": {},
  "message": "<string>",
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.dashsocial.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

post_id
integer
required

ID of the post to delete

Required range: x >= 0

Query Parameters

resolve_references
boolean
default:true

Whether to resolve library references (media, boards, etc).

Response

Unprocessable Entity

code
integer

Error code

errors
object

Errors

message
string

Error message

status
string

Error name