post https://example.com/role-store/api/v1/users/current/authorizedkeys
Register an authorized key for current user
Log in to see full request history
Responses
Register an authorized key for current user
xxxxxxxxxx
curl --request POST \
--url 'https://example.com/role-store/api/v1/users/current/authorizedkeys?limit=50&offset=0&sortdir=ASC' \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: