User
Get User Profile (from client)
This API endpoint retrieves a user’s profile information from the client.
GET
This API requires a user signature and uses the user’s saved public key (from the End User Creation API) to encrypt profile data before returning it to the end user.
This API cannot retrieve profiles created by via the Create User API (from client) or Create User (encrypted from client).
We also provide an SDK with a function called makeEncryptedSignedFetchRequest
for enterprises to acquire the user signature, please contact us for more details.
Example of usage:
JavaScript
Please ensure your message is encoded to work correctly as a query parameter.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Minimum length:
1
Minimum length:
1
Minimum length:
1
Minimum length:
1
Response
200
application/json
Success