{ "meta": ..., "data": ... } envelope, where data holds the value described under each endpoint.
Account creation and password management are handled through the Silicon Data portal, not the API.
POST /api/user/login
Log in with email and password to obtain theaccess_token, id_token, and refresh_token. The id_token is the Bearer token used to authenticate the other user and application endpoints.
Authorization
This endpoint is unauthenticated. No access token is required.Request Body
The request body must be inapplication/json format.
Request Example
Responses
- 200: Successful Response
- 422: Validation Error
GET /api/user/me
Get the current user’s information using theid_token.
Authorization
🔒OAuth2: OAuth2PasswordBearerFlow type: password
Token URL: token
Responses
- 200: Successful Response