Credentials Hashes

Optional endpoint to provide batch of hashes to sign

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

/oauth2/authorize is not reliable for signing large batches of hashes due to limitations of http request GET method. To circumvent this restriction, you can provide hashes using this endpoint before calling /oauth2/authorize for signing authorization (scope='credential').
If you provide hashes using this endpoint, you should remove hash param from /oauth2/authorize call.

Body Params
hash
array of strings
required

Array of base64url-encoded hash values to be signed

hash*
Headers
string
required
Defaults to Bearer $hermes_token

The access_token returned in the first oauth2/token

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain