GET
/
api
/
v1
/
scheduled-messages
/
{message_id}
Get Scheduled Message
curl --request GET \
  --url https://api.jobsim.work/api/v1/scheduled-messages/{message_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

message_id
string
required

Response

Successful Response

The response is of type Response Get Scheduled Message Api V1 Scheduled Messages Message Id Get · object.