createCurrentUserCredential
Creates a new access key.
Request
POST https://api.bytehand.com/v2/users/current/credentials
Parameters
Query Parameters | |
---|---|
password | string Optional parameter. Password. Minimum length is 10 characters. |
Body
An object of the type CredentialSeed is required in the request body.
Authorization
Requires authorization and access right credentials_manage.
Response
Upon successful completion of the request, an object of type Credential is returned.