post https://api.securityscorecard.io/invitations
create a new invitation for a new user/vendor
Log in to see full request history
Response
201No response body
create a new invitation for a new user/vendor
201No response body
xxxxxxxxxx
curl --request POST \
--url https://api.securityscorecard.io/invitations \
--header 'content-type: application/json' \
--data '
{
"notify_inviter": true
}
'
Try It!
to start a request and see the response here!