Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This tutorial is in order to send your first P2 requests using the version 1.0 of Sandbox Botdoc API. In order to use this version, you have to put “v1” on the API’s endpoint.

...

7.1 - Pull Feature

If you want to request file(s) from FROM your receiver, you must send a Pull Feature:
Endpoint: https://api.botdoc.io/v1/module_container_pull/pull/
Method: POST.

...

7.2 - Push Feature

If you want to send SEND file(s) to your Receiver, you must send a Push Feature:
Endpoint: https://api.botdoc.io/v1/module_container_push/push/
Method: POST.

...

7.2.1 - Push File Feature

If you want to request documentSEND file(s) from to your receiverReceiver, you must send a Push Feature and obligatorily a Push File:
Endpoint: https://api.botdoc.io/v1/module_container_push/pushfile/
Method: POST.

...