Discovery API
Overview
The Discovery API is a read-only batch API that allow developers to get lists of Analyst Studio resources, along with metadata about each of those resources. The API will be referred to as 'batch' throughout the documentation.
Authentication and authorization
To return a valid signature token (to then be used for Batch API requests) send a POST request.
signature_token
should be a top-level key in the raw data sent.
-
name
is required to be a string between 4-64 characters long. -
expires_at
must be in ISO8601 (YYYY-MM-DDTHH:mmZ) format. -
auth_scope
must be a JSON object.-
authentication_for
andauthorization_type
are the only valid keys.-
batch-api
is the only valid value forauthentication_for
. -
read-only
is the only valid value forauthorization_type
.
-
-