Get all the Custom APIs and their rules currently defined on your token
Request
| Authentication | |
|---|---|
token | Cache and insert token into example requests (15d expiry) |
Example request
bash
curl --request GET \
--url 'https://api.diffbot.com/v3/custom?token=<DIFFBOT_TOKEN>' \
--header 'Accept: application/json'
Response
| 200Successful API Response | |
|---|---|
notes | |
xForwardHeaders | |
X-Evaluate | |
rules | |
name | |
selector | |
api | |
urlPattern | |
testUrl |
| 500Internal Server Error | |
|---|---|
errorCode | |
error |
json
{
"errorCode": 500,
"error": "Internal Server Error"
}