Send an API request
Based on the created endpoint spec, we can now easily initiate a request.
:::tip[]
When you specify an endpoint, a corresponding API endpoint will be automatically generated in the local mock environment. You can send requests to this endpoint and receive responses. Learn more about Mock API data.
:::
:::tip[]
If you want to send an actual usable API request, you need to put the service URL you want to access to the "Base URL" in the environment management in the upper right corner.
Learn more about Environments.
:::
:::tip[]
If you don't want to spec the API before sending the API request, you can also create a request directly.
:::
Last modified: 3 months ago