3dEyeGet 3dEye credentials for a user

Get 3dEye credentials for a user

Returns the stored 3dEye user GUID and password for the b2c user. Lazy-creates the 3dEye account on first call. Auth: JWT or B2B X-API-Key, same as the rest of the user-scoped routes.

curl -X GET "https://api.spkey.co/users/example_string/3deye-credentials" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "userId": "example_string",
  "email": "user@example.com",
  "threeDeyeUserId": "null",
  "password": "example_string"
}
GET
/users/{id}/3deye-credentials
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token (JWT)
Bearer Tokenstring
Required

JWT token from SmartphoneKey authentication. Identifies the B2C user or B2B service.

JWT token from SmartphoneKey authentication. Identifies the B2C user or B2B service.
API Key (header: X-API-Key)
X-API-Keystring
Required

API key for B2B organization access. Provided during organization onboarding.

API key for B2B organization access. Provided during organization onboarding.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). JWT token from SmartphoneKey authentication. Identifies the B2C user or B2B service.

header
X-API-Keystring
Required

API Key for authentication. API key for B2B organization access. Provided during organization onboarding.

Path Parameters

Responses

userIdstring
Required
emailstring
Required
threeDeyeUserIdstring,null
Required
passwordstring
Required