Identities
The identity concept is described here.
tip
Need some changes ? More endpoints ? Please open a github issue or contact us at love@misakey.com.
#
List identities public keysRetrieve the public keys of an identity using its identifier value (a.k.a. email
).
#
Request#
Authorizations- Organization
- User
Headers:
Authorization
: a bearer access token for your organization. Example: Authorization: Bearer 2YotnFZFEjr1zCsicMWpAA
Cookies:
accesstoken
(opaque token) (ACR >= 2): just a valid token.tokentype
(string): must be bearer.
X-CSRF-Token
: a token to prevent from CSRF attacks.
Query Parameters:
identifier_value
: (string) the identifier value of the identity. Example: data.subject@email.com
#
ResponseThe identity public key, the identity AES-RSA public key, and the public keys of the crypto provisions linked to this identity and to the querying org (if querier is an org).
Code: