/credentialsCreate a new credential for storing login information.
Authorization
bearerAuth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request to create a new credential
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/credentials" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "domain": "string", "values": { "property1": "string", "property2": "string" } }'{ "id": "string", "name": "string", "domain": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "has_values": true, "has_totp_secret": true, "value_keys": [ "string" ], "sso_provider": "string", "totp_code": "string", "totp_code_expires_at": "2019-08-24T14:15:22Z"}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}