Developer Portal API v0.15
Warning
- The Developer Portal v0.15 REST APIs will be deprecated in the next WSO2 API Manager release.
- WSO2 recommends that you use the Developer Portal v1 REST APIs as it is up to date and has support for the latest WSO2 API Manager 3.0.0 features.
Note: Click to view
Do the following to try out the REST APIs with your local instance of WSO2 API Manager.
-
Expand the relevant API operation and click the Try It Out button.
-
Fill in relevant sample values for the input parameters and click Execute.
You will receive a sample curl command with the sample values you filled in.
-
Add the
Authorization: Bearer <access-token>
header to the cURL command. You may refer to Getting Started Guide to see how to obtain an access token with required scopes. -
Add a
-k
header to the cURL command and run the cURL command on the terminal with a running instance of WSO2 API-M.