documenter.getpostman.com
Open in
urlscan Pro
54.92.203.251
Public Scan
Submitted URL: https://docs.swiftidentity.com/
Effective URL: https://documenter.getpostman.com/view/26617584/2s9Xy2Nra3
Submission: On August 10 via automatic, source certstream-suspicious — Scanned from DE
Effective URL: https://documenter.getpostman.com/view/26617584/2s9Xy2Nra3
Submission: On August 10 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
0 forms found in the DOMText Content
* Body * Headers (0) * Body * Headers (0) * Body * Headers (0) * Body * Headers (0) Public Documentation Settings ENVIRONMENT No Environment LAYOUT Double Column LANGUAGE cURL - cURL SIWFT Identity Public API Introduction Media KYCs Applicants SIWFT IDENTITY PUBLIC API OVERVIEW Welcome to SIWFT Documentation. This will serve as a guide on how to interact with our services and inform request parameters, response types and more. AUTHORIZATION Authenticate API requests with your provided API Key. The key should be added as an Authorization heasder to each request - in the form Token {{token}}. See detail below; AUTHORIZATIONBearer Token Token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx MEDIA AUTHORIZATIONBearer Token This folder is using Bearer Token from collectionSIWFT Identity Public API POSTCREATE MEDIA https://sandbox.morrisonrecordsbureau.com/media/ AUTHORIZATIONBearer Token This request is using Bearer Token from collectionSIWFT Identity Public API Bodyformdata src Data file (base 64) alt_text media_description Example Request Create Media curl curl --location 'https://sandbox.morrisonrecordsbureau.com/media/' \ --form 'src=""' \ --form 'alt_text=""' \ --form 'media_description=""' Example Response * Body * Headers (0) No response body This request doesn't return any response body No response headers This request doesn't return any response headers KYCS AUTHORIZATIONBearer Token This folder is using Bearer Token from collectionSIWFT Identity Public API POSTCREATE KYC https://sandbox.morrisonrecordsbureau.com/kyc/ AUTHORIZATIONBearer Token This request is using Bearer Token from collectionSIWFT Identity Public API HEADERS apptype KYC Bodyraw (json) json { "user": 50, "citizenship_country": "533", "doc_type": 0, "official_doc": 211, "live_photo": 210, "status": 5 } Example Request Create KYC curl curl --location 'https://sandbox.morrisonrecordsbureau.com/kyc/' \ --header 'apptype: KYC' \ --data '{ "user": 50, "citizenship_country": "533", "doc_type": 0, "official_doc": 211, "live_photo": 210, "status": 5 }' Example Response * Body * Headers (0) No response body This request doesn't return any response body No response headers This request doesn't return any response headers GETGET KYCS https://sandbox.morrisonrecordsbureau.com/kyc/ AUTHORIZATIONBearer Token This request is using Bearer Token from collectionSIWFT Identity Public API HEADERS apptype KYC Bodyraw (json) json { "user": 48, "citizenship_country": "533", "doc_type": 0, "official_doc": 1, "live_photo": 1, "status": 5 } Example Request Get KYCs curl curl --location --request GET 'https://sandbox.morrisonrecordsbureau.com/kyc/' \ --header 'apptype: KYC' \ --data '{ "user": 48, "citizenship_country": "533", "doc_type": 0, "official_doc": 1, "live_photo": 1, "status": 5 }' Example Response * Body * Headers (0) No response body This request doesn't return any response body No response headers This request doesn't return any response headers GETGET KYC https://sandbox.morrisonrecordsbureau.com/kyc/35/ AUTHORIZATIONBearer Token This request is using Bearer Token from collectionSIWFT Identity Public API HEADERS apptype KYC Bodyraw (json) json { "user": 48, "citizenship_country": "533", "doc_type": 0, "official_doc": 1, "live_photo": 1, "status": 5 } Example Request Get KYC curl curl --location --request GET 'https://sandbox.morrisonrecordsbureau.com/kyc/35/' \ --header 'apptype: KYC' \ --data '{ "user": 48, "citizenship_country": "533", "doc_type": 0, "official_doc": 1, "live_photo": 1, "status": 5 }' Example Response * Body * Headers (0) No response body This request doesn't return any response body No response headers This request doesn't return any response headers