/authorizer/api/v1/principals/{group_id}/signAsk AIpost https://example.com/authorizer/api/v1/principals/{group_id}/signGet a signature.Path Paramsgroup_idstringrequiredPrincipal group IDQuery Paramskey_idstringrequiredBody ParamsSigning request, including end user credentialstypestringenumsignature typessh-rsarsa-sha2-256rsa-sha2-512ssh-ed25519ecdsa-sha2-nistp224ecdsa-sha2-nistp256ecdsa-sha2-nistp384ecdsa-sha2-nistp521ssh-dssShow 9 enum valuesdatastringData to be signed base64 encoded without padding charactersHeadersAuthorizationstringrequiredDefaults to Bearer a-proper-signed-authorization-goes-hereA base64 encoded json formatted signedAuthorizationObjectResponses 200Successful response, returns a signature 400Bad request 401Unauthorized request, OAuth2 authorization missing or invalid 403Unauthorized request, OAuth2 authorization OK but scope insufficient 404Resource not found 500Internal server errorUpdated over 4 years ago