Connect Silver Shine with investor, partner and procurement platforms securely.
Silver Shine International Ltd. provides a structured API layer for approved external systems to exchange investment opportunities, partnership requests, supplier registrations, tenders, credentials, scorecards and stakeholder engagement records.
Secure Authentication
Every request must include an approved API key. Keys can be sent using X-API-Key or Authorization: Bearer.
Multi-Platform Linkage
Connect investor portals, donor systems, procurement boards, CRM tools, supplier systems and project monitoring platforms.
Audit & Visibility
Requests are logged with endpoint, method, status code, IP address and partner identity for accountability and review.
Local XAMPP API access
Use this base URL when testing on XAMPP. Replace it with your production domain after hosting the website online.
https://ssil.com.ng/api/v1/
Available investor and partner API endpoints
All endpoints return JSON. POST endpoints accept JSON request bodies or normal form-data submissions.
company-profile.php
Company profile, contacts, mission, vision and public corporate information.
investment-opportunities.php
Published projects, open tenders and strategic roadmap opportunities.
investor-enquiries.php
Submit investor enquiries from connected platforms.
partnership-requests.php
Submit partnership requests and collaboration proposals.
project-pipeline.php
Project references and published case-study pipeline.
tender-opportunities.php
Open procurement and tender opportunities.
supplier-registration.php
Submit vendor/supplier registration from external platforms.
corporate-credentials.php
Approved registrations, policies, credentials and compliance records.
scorecards.php
Published scorecard and awards information.
events.php
Events, trainings, expos and stakeholder calendar.
sync-status.php
Connectivity test and module availability check.
Read company profile
Use this example to confirm that your API key and gateway are working.
curl -H "X-API-Key: ssil_demo_api_key_2026" \
https://ssil.com.ng/api/v1/company-profile.php
Submit investor enquiry
Use POST endpoints to receive investor leads from another platform.
curl -X POST "https://ssil.com.ng/api/v1/investor-enquiries.php" \
-H "X-API-Key: ssil_demo_api_key_2026" \
-H "Content-Type: application/json" \
-d '{"investor_name":"Sample Investor","organization":"External Investment Platform Ltd.","email":"investor@example.com","phone":"+234 000 000 0000","investment_area":"ICT, Agro-Allied and Smart Infrastructure","investment_range":"To be discussed","country":"Nigeria","message":"We are interested in reviewing Silver Shine investment opportunities and partnership channels."}'
Test a GET endpoint from this page
This public tester is for local XAMPP validation. Production API keys should be generated and managed only from the admin dashboard.
For POST endpoint testing, use Admin > API Test Console or Postman/cURL.Select an endpoint and click Run Test.
Common Status Codes
Security Checklist
- Generate separate keys per external platform.
- Deactivate unused or compromised keys.
- Use HTTPS on production hosting.
- Restrict allowed IPs for sensitive integrations.
- Review API logs from the admin dashboard.
- Rotate demo keys before going live.
Integration Flow
Connect your investor, procurement or partner platform with Silver Shine.
Use the API documentation for technical review, then request a partnership meeting for approval, testing and production access.