GET
/
credentials

Authorizations

Authorization
string
header
required

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
has_next
boolean
required

Whether there is a next page.

index
integer
required

The current index of the page.

items
object[]
required

The list of credentials returned.