api-docs.supportcommunity.com Open in urlscan Pro
54.165.244.1  Public Scan

URL: https://api-docs.supportcommunity.com/
Submission: On June 05 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

 * Body
 * Headers (0)

 * Body
 * Headers (0)

 * Body
 * Headers (0)




Public


Documentation Settings

ENVIRONMENT
Dev Environment

LAYOUT
Double Column

LANGUAGE
cURL - cURL



Support Community API
Introduction
Sms
Shuttle Information
External Links
Exit Surveys
FindOutsideHelp
Amenities
Neighborhood
Wellness
Authentication
Social Media Link
House Map
Feature View
Your Stay
Unsubscribe
RolePermission
Role
User Role
Announcement
Request Accommodation
SpaceGuideline
UserInvitation
Users
About Us
Guest Service Admin Recipient
Guest Service Category
Workflow Step
User Workflow Status
Guest Service
Exit Survey User
Checkout Instruction
CommunityConfiguration
Profile Builder
Calendar
Meet Our Team
Survey
Story
Program Description
Interest
Chat
Health Issue
Apply to Camp


SUPPORT COMMUNITY API

Support Community Restful API's v2


SMS

SMS API methods




GETFETCH SMS


https://api.supportcommunity.xyz/api/admin/sms
AUTHORIZATIONBearer Token
Token

HEADERS
X-Tenant

rmhcsc

Example Request
Fetch Sms

curl


curl --location 'https://api.supportcommunity.xyz/api/admin/sms' \
--header 'X-Tenant: rmhcsc' \
--data ''

Example Response
 * Body
 * Headers (0)

No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers


POSTSTORE SMS

https://api.supportcommunity.xyz/api/admin/sms/store
HEADERS
X-Tenant

rmhcsc

Bodyraw (json)
View More
json


{
    "type": "sms_testing_9",
    "languages": [
        {
            "language": "en",
            "description": "Sms Testing"
        },
        {
            "language": "es",
            "description": "Prueba de SMS"
        }
    ],
    "houses": [1],
    "created_by": 1
   
}

Example Request
Store SMS

View More
curl


curl --location 'https://api.supportcommunity.xyz/api/admin/sms/store' \
--header 'X-Tenant: rmhcsc' \
--data '{
    "type": "sms_testing_9",
    "languages": [
        {
            "language": "en",
            "description": "Sms Testing"
        },
        {
            "language": "es",
            "description": "Prueba de SMS"
        }
    ],
    "houses": [1],
    "created_by": 1
   
}'

Example Response
 * Body
 * Headers (0)

No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers


PUTUPDATE SMS

https://api.supportcommunity.xyz/sms/update/72
Bodyraw (json)
View More
json


{
    "type": "sms_sample_test",
    "is_deleted": 0,
    "houses": [1],
    "updated_by": 2,
    "languages": [
        {
            "language": "en",
            "description": "Sms Testing Update"
        },
        {
            "language": "es",
            "description": "Prueba de SMS Update"
        }
    ]
}

Example Request
Update SMS

View More
curl


curl --location --request PUT 'https://api.supportcommunity.xyz/sms/update/72' \
--data '{
    "type": "sms_sample_test",
    "is_deleted": 0,
    "houses": [1],
    "updated_by": 2,
    "languages": [
        {
            "language": "en",
            "description": "Sms Testing Update"
        },
        {
            "language": "es",
            "description": "Prueba de SMS Update"
        }
    ]
}'

Example Response
 * Body
 * Headers (0)

No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

SHUTTLE INFORMATION

Shuttle Information API methods