list app credentials

list the app credentials of the current user's marketplace (only admin users are authorized). You'll most likely call this endpoint to sync credentials with a CRON job. Client secrets are always encrypted at rest, with a managed heedjy key or your own key. If encryption algo is AES (default), the secret will be the concatenation of a 16-bytes initialization vector (IV) and the base-64 encrypted key.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean
Defaults to true

should we decrypt the secret (use only if the encryption key is managed by heedjy)

string
enum
Allowed:
boolean

should return credentials of active app versions (ie the last approved version, and optionally the pending non approved last version), the non active versions, or all versions (if null)

date-time

the starting creating date to filter on. You can use it to get the last created credentials. When using a sync CRON job, in order never miss new credentials, please make sure that this param is “minus N” in the past, if N is the period of the CRON (or better equals to your last sync date to deal with failures)

date-time

the ending creating date to filter on

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json