GET
/
credentials

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

created_after
string
created_before
string
index
integer
default: 1
size
integer
default: 100

Response

200 - application/json
items
object[]
required

The list of credentials returned.

index
integer
required

The current index of the page.

has_next
boolean
required

Whether there is a next page.