My Developer PortalMy Developer Portal
  • Pricing
  • Documentation
  • API Reference
Endpoints
    Decisions_querygetFirmsgetProductsgetOutcomesgetTagsget
powered by Zuplo
My Zuplo API
My Zuplo API

Other endpoints


Decisions_query

GET
https://graydr-main-c164459.d2.zuplo.dev
/decisions

Decisions_query › Headers

Authorization
​string · required

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Decisions_query › Responses

Rate Limiting Response

type
​string · required

A URI reference that identifies the problem.

title
​string · required

A short, human-readable summary of the problem.

status
​number · required

The HTTP status code.

instance
​string
GET/decisions
curl https://graydr-main-c164459.d2.zuplo.dev/decisions \ --header 'Authorization: Bearer <token>'
Example Responses
{ "type": "https://httpproblems.com/http-status/429", "title": "Too Many Requests", "status": 429, "instance": "/foo/bar" }
json
application/json

Firms

GET
https://graydr-main-c164459.d2.zuplo.dev
/firms

Firms › Headers

Authorization
​string · required

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Firms › Responses

Rate Limiting Response

type
​string · required

A URI reference that identifies the problem.

title
​string · required

A short, human-readable summary of the problem.

status
​number · required

The HTTP status code.

instance
​string
GET/firms
curl https://graydr-main-c164459.d2.zuplo.dev/firms \ --header 'Authorization: Bearer <token>'
Example Responses
{ "type": "https://httpproblems.com/http-status/429", "title": "Too Many Requests", "status": 429, "instance": "/foo/bar" }
json
application/json

Products

GET
https://graydr-main-c164459.d2.zuplo.dev
/products

Products › Headers

Authorization
​string · required

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Products › Responses

Rate Limiting Response

type
​string · required

A URI reference that identifies the problem.

title
​string · required

A short, human-readable summary of the problem.

status
​number · required

The HTTP status code.

instance
​string
GET/products
curl https://graydr-main-c164459.d2.zuplo.dev/products \ --header 'Authorization: Bearer <token>'
Example Responses
{ "type": "https://httpproblems.com/http-status/429", "title": "Too Many Requests", "status": 429, "instance": "/foo/bar" }
json
application/json

Outcomes

GET
https://graydr-main-c164459.d2.zuplo.dev
/outcomes

Outcomes › Headers

Authorization
​string · required

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Outcomes › Responses

Rate Limiting Response

type
​string · required

A URI reference that identifies the problem.

title
​string · required

A short, human-readable summary of the problem.

status
​number · required

The HTTP status code.

instance
​string
GET/outcomes
curl https://graydr-main-c164459.d2.zuplo.dev/outcomes \ --header 'Authorization: Bearer <token>'
Example Responses
{ "type": "https://httpproblems.com/http-status/429", "title": "Too Many Requests", "status": 429, "instance": "/foo/bar" }
json
application/json

Tags

GET
https://graydr-main-c164459.d2.zuplo.dev
/tags

Tags › Headers

Authorization
​string · required

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Tags › Responses

Rate Limiting Response

type
​string · required

A URI reference that identifies the problem.

title
​string · required

A short, human-readable summary of the problem.

status
​number · required

The HTTP status code.

instance
​string
GET/tags
curl https://graydr-main-c164459.d2.zuplo.dev/tags \ --header 'Authorization: Bearer <token>'
Example Responses
{ "type": "https://httpproblems.com/http-status/429", "title": "Too Many Requests", "status": 429, "instance": "/foo/bar" }
json
application/json