CISSP endorsement CURL / Postman request

Instead of logging in to the (ISC)2 endorsement portal or trying to navigate through the horrible website menus, you can just load up a Postman/Curl request

curl -d '{"FirstName":"YOUR-FIRST-NAME","LastName":"YOUR-LAST-NAME","MemberNumber":"YOUR-MEMBER-NUMBER"}' -H "Content-Type: application/json" -X POSThttps://www.isc2.org/api/MemberVerification/MemberVerification

If you’re using postman or similar you can populate with the following:

Method POST

URL https://www.isc2.org/api/MemberVerification/MemberVerification

HTTP Headers:

Content-Type: application/json

Body/Data:

{"FirstName":"YOUR-FIRST-NAME","LastName":"YOUR-LAST-NAME","MemberNumber":"YOUR-MEMBER-NUMBER"}

0 0 votes
Article Rating

Posted

in

,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0
Would love your thoughts, please comment.x
()
x