Credentials
List Credentials
GET
/
credentials
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
created_after
string
created_before
string
index
integer
default: 1size
integer
default: 100Response
200 - application/json
items
object[]
requiredThe list of credentials returned.
index
integer
requiredThe current index of the page.
has_next
boolean
requiredWhether there is a next page.