Skip to main content

1.3 Case Studies of API Calling

Introduce two cases of API Calling

Updated over 3 weeks ago

What are the Cases?

  • Demo of Jodoo API calling

  • Demo of third-party API calling


What is the Course Content?

Demo of Jodoo API calling

Jodoo API documentation address: https://help.jodoo.com/open/10992

  • App ID: appid

  • Form ID: entryid = formid

  • Choose a path according to the specific API.

  • Request Method: POST

  • Request Headers (headers, used for authentication and identity verification)

    • The parameter name is Authorization.

    • The parameter value is Bearer YOUR API KEY (your own API key).

  • Request Parameter (body request content), The request parameter format is JSON.

  • Error codes: Find errors quickly

  • Example

Demo scenario: Call the API to query a single line of data

{“data_id”:“5dd6740646357c0006e6eb6e”}

Demo of Third-Party API Calling

Learning More After Class

  • API signatures and authentication mechanisms

The authentication method for Jodoo's public API adopts the API key. You only need to add Authorization: Bearer YOUR_APIKEY to the Header of the POST request. However, some APIs use a very complex authentication method. Therefore, it is difficult to use POSTMAN, and you need to turn to code development.


I have finished reading. 🏆

👉I can't wait to USE THE API.

👉I need more HELP in Discord Forum.

Did this answer your question?