Nexus
Nexus APIs
POST
/v1/me/authentication-methods
Creates WebAuthn enrollment with security keys
Request body
Request payload
Example
{
"keyId": "string",
"accessToken": "string",
"publicKeyId": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
accessToken
|
string
|
nullable | — | — |
keyId
|
string
|
nullable | — | — |
publicKeyId
|
string
|
nullable | — | — |
Example
{
"keyId": "string",
"accessToken": "string",
"publicKeyId": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
accessToken
|
string
|
nullable | — | — |
keyId
|
string
|
nullable | — | — |
publicKeyId
|
string
|
nullable | — | — |
Example
{
"keyId": "string",
"accessToken": "string",
"publicKeyId": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
accessToken
|
string
|
nullable | — | — |
keyId
|
string
|
nullable | — | — |
publicKeyId
|
string
|
nullable | — | — |
Example
{
"keyId": "string",
"accessToken": "string",
"publicKeyId": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
accessToken
|
string
|
nullable | — | — |
keyId
|
string
|
nullable | — | — |
publicKeyId
|
string
|
nullable | — | — |
Example
{
"keyId": "string",
"accessToken": "string",
"publicKeyId": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
accessToken
|
string
|
nullable | — | — |
keyId
|
string
|
nullable | — | — |
publicKeyId
|
string
|
nullable | — | — |
Example
{
"keyId": "string",
"accessToken": "string",
"publicKeyId": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
accessToken
|
string
|
nullable | — | — |
keyId
|
string
|
nullable | — | — |
publicKeyId
|
string
|
nullable | — | — |
Example
{
"keyId": "string",
"accessToken": "string",
"publicKeyId": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
accessToken
|
string
|
nullable | — | — |
keyId
|
string
|
nullable | — | — |
publicKeyId
|
string
|
nullable | — | — |
Example
{
"keyId": "string",
"accessToken": "string",
"publicKeyId": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
accessToken
|
string
|
nullable | — | — |
keyId
|
string
|
nullable | — | — |
publicKeyId
|
string
|
nullable | — | — |
Responses
204
No Content
Security
Authentication is required for this operation.
Source: default
Requirements (any one option may satisfy)
- Bearer and ApplicationToken
- Basic