{"id":2938,"date":"2019-06-11T11:21:58","date_gmt":"2019-06-11T01:21:58","guid":{"rendered":"https:\/\/ashleyknowles.com\/?p=2938"},"modified":"2019-07-31T11:27:33","modified_gmt":"2019-07-31T01:27:33","slug":"cissp-endorsement-curl-postman-request","status":"publish","type":"post","link":"https:\/\/ashleyknowles.com\/2019\/06\/11\/cissp-endorsement-curl-postman-request\/","title":{"rendered":"CISSP endorsement CURL \/ Postman request"},"content":{"rendered":"\n<p>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<\/p>\n\n\n\n<p><code>curl -d '{\"FirstName\":\"YOUR-FIRST-NAME\",\"LastName\":\"YOUR-LAST-NAME\",\"MemberNumber\":\"YOUR-MEMBER-NUMBER\"}' -H \"Content-Type: application\/json\" -X POST<\/code><a href=\"https:\/\/www.isc2.org\/api\/MemberVerification\/MemberVerification\" rel=\"noreferrer noopener\" target=\"_blank\"><code>https:\/\/www.isc2.org\/api\/MemberVerification\/MemberVerification<\/code><\/a><\/p>\n\n\n\n<p>If you&#8217;re using postman or similar you can populate with the following:<\/p>\n\n\n\n<p>Method&nbsp;<code>POST<\/code><\/p>\n\n\n\n<p>URL&nbsp;<code>https:\/\/www.isc2.org\/api\/MemberVerification\/MemberVerification<\/code><\/p>\n\n\n\n<p>HTTP Headers:<\/p>\n\n\n\n<p><code>Content-Type: application\/json<\/code><\/p>\n\n\n\n<p>Body\/Data:<\/p>\n\n\n\n<p><code>{\"FirstName\":\"YOUR-FIRST-NAME\",\"LastName\":\"YOUR-LAST-NAME\",\"MemberNumber\":\"YOUR-MEMBER-NUMBER\"}<\/code><\/p>\n\n<!-- Speed Sense for AdSense WordPress Plugin: https:\/\/wordpress.org\/plugins\/speed-sense\/ -->\n<div id=\"ssp0\" style=\"float:none;margin:10px 0 10px 0;text-align:center;width:100%;\">\n<ins class=\"adsbygoogle\" id=\"adsgoogle0\" style=\"display:inline-block;width:728px;height:90px\" data-ad-client=\"ca-pub-1165198243050639\" data-ad-slot=\"3345500613\"><\/ins><script>var adsxpls={\"ads\":[{\"w\":1024,\"sw\":728,\"sh\":90},{\"w\":640,\"sw\":300,\"sh\":250},{\"w\":320,\"sw\":180,\"sh\":150}],\"f\":null,\"code\":null,\"w\":document.documentElement.offsetWidth};adsxpls.ads.forEach(function(ad){if(0==((ad.w>adsxpls.w)||(0==((adsxpls.f==null)||(ad.w>adsxpls.f.w)))))adsxpls.f=ad;});if(adsxpls.f==null)adsxpls.f=adsxpls.ads[0];document.getElementById(\"adsgoogle0\").setAttribute(\"style\",\"width:\"+adsxpls.f.sw+\"px;height:\"+adsxpls.f.sh+\"px;\");\t\t\t\t\t\t\t\t\t\t\t\tdocument.getElementById(\"ssp0\").setAttribute(\"style\",document.getElementById(\"ssp0\").getAttribute(\"style\")+\"max-width:\"+adsxpls.f.sw+\"px;\");(adsbygoogle = window.adsbygoogle || []).push({});<\/script>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>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 &#8216;{&#8220;FirstName&#8221;:&#8221;YOUR-FIRST-NAME&#8221;,&#8221;LastName&#8221;:&#8221;YOUR-LAST-NAME&#8221;,&#8221;MemberNumber&#8221;:&#8221;YOUR-MEMBER-NUMBER&#8221;}&#8217; -H &#8220;Content-Type: application\/json&#8221; -X POSThttps:\/\/www.isc2.org\/api\/MemberVerification\/MemberVerification If you&#8217;re using postman or similar you can populate with the following: Method&nbsp;POST URL&nbsp;https:\/\/www.isc2.org\/api\/MemberVerification\/MemberVerification HTTP Headers: Content-Type: application\/json Body\/Data: {&#8220;FirstName&#8221;:&#8221;YOUR-FIRST-NAME&#8221;,&#8221;LastName&#8221;:&#8221;YOUR-LAST-NAME&#8221;,&#8221;MemberNumber&#8221;:&#8221;YOUR-MEMBER-NUMBER&#8221;}<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[112,1],"tags":[],"class_list":["post-2938","post","type-post","status-publish","format-standard","hentry","category-security-computers_it","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CISSP endorsement CURL \/ Postman request<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ashleyknowles.com\/2019\/06\/11\/cissp-endorsement-curl-postman-request\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CISSP endorsement CURL \/ Postman request\" \/>\n<meta property=\"og:description\" content=\"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 &#039;{&quot;FirstName&quot;:&quot;YOUR-FIRST-NAME&quot;,&quot;LastName&quot;:&quot;YOUR-LAST-NAME&quot;,&quot;MemberNumber&quot;:&quot;YOUR-MEMBER-NUMBER&quot;}&#039; -H &quot;Content-Type: application\/json&quot; -X POSThttps:\/\/www.isc2.org\/api\/MemberVerification\/MemberVerification If you&#8217;re using postman or similar you can populate with the following: Method&nbsp;POST URL&nbsp;https:\/\/www.isc2.org\/api\/MemberVerification\/MemberVerification HTTP Headers: Content-Type: application\/json Body\/Data: {&quot;FirstName&quot;:&quot;YOUR-FIRST-NAME&quot;,&quot;LastName&quot;:&quot;YOUR-LAST-NAME&quot;,&quot;MemberNumber&quot;:&quot;YOUR-MEMBER-NUMBER&quot;}\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ashleyknowles.com\/2019\/06\/11\/cissp-endorsement-curl-postman-request\/\" \/>\n<meta property=\"og:site_name\" content=\"ashley knowles\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/ashleyknowles\" \/>\n<meta property=\"article:published_time\" content=\"2019-06-11T01:21:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-07-31T01:27:33+00:00\" \/>\n<meta name=\"author\" content=\"Ashley\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ashkbne\" \/>\n<meta name=\"twitter:site\" content=\"@ashkbne\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ashley\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ashleyknowles.com\\\/2019\\\/06\\\/11\\\/cissp-endorsement-curl-postman-request\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ashleyknowles.com\\\/2019\\\/06\\\/11\\\/cissp-endorsement-curl-postman-request\\\/\"},\"author\":{\"name\":\"Ashley\",\"@id\":\"https:\\\/\\\/ashleyknowles.com\\\/#\\\/schema\\\/person\\\/951a79ec7d4b86db384781314ee1ba49\"},\"headline\":\"CISSP endorsement CURL \\\/ Postman request\",\"datePublished\":\"2019-06-11T01:21:58+00:00\",\"dateModified\":\"2019-07-31T01:27:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ashleyknowles.com\\\/2019\\\/06\\\/11\\\/cissp-endorsement-curl-postman-request\\\/\"},\"wordCount\":53,\"commentCount\":0,\"articleSection\":[\"Security\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/ashleyknowles.com\\\/2019\\\/06\\\/11\\\/cissp-endorsement-curl-postman-request\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ashleyknowles.com\\\/2019\\\/06\\\/11\\\/cissp-endorsement-curl-postman-request\\\/\",\"url\":\"https:\\\/\\\/ashleyknowles.com\\\/2019\\\/06\\\/11\\\/cissp-endorsement-curl-postman-request\\\/\",\"name\":\"CISSP endorsement CURL \\\/ Postman request\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ashleyknowles.com\\\/#website\"},\"datePublished\":\"2019-06-11T01:21:58+00:00\",\"dateModified\":\"2019-07-31T01:27:33+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/ashleyknowles.com\\\/#\\\/schema\\\/person\\\/951a79ec7d4b86db384781314ee1ba49\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ashleyknowles.com\\\/2019\\\/06\\\/11\\\/cissp-endorsement-curl-postman-request\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ashleyknowles.com\\\/2019\\\/06\\\/11\\\/cissp-endorsement-curl-postman-request\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ashleyknowles.com\\\/2019\\\/06\\\/11\\\/cissp-endorsement-curl-postman-request\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ashleyknowles.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CISSP endorsement CURL \\\/ Postman request\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ashleyknowles.com\\\/#website\",\"url\":\"https:\\\/\\\/ashleyknowles.com\\\/\",\"name\":\"ashley knowles\",\"description\":\"Cloud Infrastructure Architect (Windows\\\/SQL Server\\\/Azure\\\/Office 365). BInfoTech, MCITP, MCSE, MBA Student and wantrepreneur\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ashleyknowles.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ashleyknowles.com\\\/#\\\/schema\\\/person\\\/951a79ec7d4b86db384781314ee1ba49\",\"name\":\"Ashley\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0f8204d8594bf461ec63ec22ea181bd5005c148555f07496a5c5a59f80f47b2b?s=96&d=mm&r=pg\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0f8204d8594bf461ec63ec22ea181bd5005c148555f07496a5c5a59f80f47b2b?s=96&d=mm&r=pg\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0f8204d8594bf461ec63ec22ea181bd5005c148555f07496a5c5a59f80f47b2b?s=96&d=mm&r=pg\",\"caption\":\"Ashley\"},\"sameAs\":[\"https:\\\/\\\/ashleyknowles.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CISSP endorsement CURL \/ Postman request","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ashleyknowles.com\/2019\/06\/11\/cissp-endorsement-curl-postman-request\/","og_locale":"en_US","og_type":"article","og_title":"CISSP endorsement CURL \/ Postman request","og_description":"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&#8217;re using postman or similar you can populate with the following: Method&nbsp;POST URL&nbsp;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\"}","og_url":"https:\/\/ashleyknowles.com\/2019\/06\/11\/cissp-endorsement-curl-postman-request\/","og_site_name":"ashley knowles","article_publisher":"https:\/\/facebook.com\/ashleyknowles","article_published_time":"2019-06-11T01:21:58+00:00","article_modified_time":"2019-07-31T01:27:33+00:00","author":"Ashley","twitter_card":"summary_large_image","twitter_creator":"@ashkbne","twitter_site":"@ashkbne","twitter_misc":{"Written by":"Ashley"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ashleyknowles.com\/2019\/06\/11\/cissp-endorsement-curl-postman-request\/#article","isPartOf":{"@id":"https:\/\/ashleyknowles.com\/2019\/06\/11\/cissp-endorsement-curl-postman-request\/"},"author":{"name":"Ashley","@id":"https:\/\/ashleyknowles.com\/#\/schema\/person\/951a79ec7d4b86db384781314ee1ba49"},"headline":"CISSP endorsement CURL \/ Postman request","datePublished":"2019-06-11T01:21:58+00:00","dateModified":"2019-07-31T01:27:33+00:00","mainEntityOfPage":{"@id":"https:\/\/ashleyknowles.com\/2019\/06\/11\/cissp-endorsement-curl-postman-request\/"},"wordCount":53,"commentCount":0,"articleSection":["Security"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ashleyknowles.com\/2019\/06\/11\/cissp-endorsement-curl-postman-request\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ashleyknowles.com\/2019\/06\/11\/cissp-endorsement-curl-postman-request\/","url":"https:\/\/ashleyknowles.com\/2019\/06\/11\/cissp-endorsement-curl-postman-request\/","name":"CISSP endorsement CURL \/ Postman request","isPartOf":{"@id":"https:\/\/ashleyknowles.com\/#website"},"datePublished":"2019-06-11T01:21:58+00:00","dateModified":"2019-07-31T01:27:33+00:00","author":{"@id":"https:\/\/ashleyknowles.com\/#\/schema\/person\/951a79ec7d4b86db384781314ee1ba49"},"breadcrumb":{"@id":"https:\/\/ashleyknowles.com\/2019\/06\/11\/cissp-endorsement-curl-postman-request\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ashleyknowles.com\/2019\/06\/11\/cissp-endorsement-curl-postman-request\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ashleyknowles.com\/2019\/06\/11\/cissp-endorsement-curl-postman-request\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ashleyknowles.com\/"},{"@type":"ListItem","position":2,"name":"CISSP endorsement CURL \/ Postman request"}]},{"@type":"WebSite","@id":"https:\/\/ashleyknowles.com\/#website","url":"https:\/\/ashleyknowles.com\/","name":"ashley knowles","description":"Cloud Infrastructure Architect (Windows\/SQL Server\/Azure\/Office 365). BInfoTech, MCITP, MCSE, MBA Student and wantrepreneur","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ashleyknowles.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/ashleyknowles.com\/#\/schema\/person\/951a79ec7d4b86db384781314ee1ba49","name":"Ashley","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0f8204d8594bf461ec63ec22ea181bd5005c148555f07496a5c5a59f80f47b2b?s=96&d=mm&r=pg","url":"https:\/\/secure.gravatar.com\/avatar\/0f8204d8594bf461ec63ec22ea181bd5005c148555f07496a5c5a59f80f47b2b?s=96&d=mm&r=pg","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0f8204d8594bf461ec63ec22ea181bd5005c148555f07496a5c5a59f80f47b2b?s=96&d=mm&r=pg","caption":"Ashley"},"sameAs":["https:\/\/ashleyknowles.com"]}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/ashleyknowles.com\/wp-json\/wp\/v2\/posts\/2938","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ashleyknowles.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ashleyknowles.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ashleyknowles.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ashleyknowles.com\/wp-json\/wp\/v2\/comments?post=2938"}],"version-history":[{"count":1,"href":"https:\/\/ashleyknowles.com\/wp-json\/wp\/v2\/posts\/2938\/revisions"}],"predecessor-version":[{"id":2939,"href":"https:\/\/ashleyknowles.com\/wp-json\/wp\/v2\/posts\/2938\/revisions\/2939"}],"wp:attachment":[{"href":"https:\/\/ashleyknowles.com\/wp-json\/wp\/v2\/media?parent=2938"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ashleyknowles.com\/wp-json\/wp\/v2\/categories?post=2938"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ashleyknowles.com\/wp-json\/wp\/v2\/tags?post=2938"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}