Request Sources
Channeling Inbound requests.
This category handles the inbound requests for form and API submissions.
Endpoint | Type | Description | Status |
---|---|---|---|
Read Inbound Sources | GET | To retrieve all incoming source details using this endpoint. | Live |
Add Inbound Source | POST | This endpoint enables developer to post a new inbound source request through form or API submissions. | Live |
Read Inbound Source by ID | GET | To retrieve specific incoming source details through reference id. | Live |
Edit Inbound Source by ID | PATCH | Any existing inbound source's details can be edited through this endpoint. | Live |
Delete Inbound Source by ID | DELETE | Used to delete an inbound source. | Live |
Get JS Snippet by ID | GET | This endpoint provide special snippet with form for outside sources. | Live |
JS Snippet
To see how this works, you can simply
- Go to [https://dev.samdock.app/admin/inboundsources](Dev Samdock Inbound Sources).
- Create a new source copypaste code provided at the bottom right at the https://jsfiddle.net/ .
- This will provide a form.
- Once you submit it with any detail, It will create a draft which will be available at https://dev.samdock.app/inbound.
Updated almost 2 years ago