Skip to main content
Investor API Linkage & Interoperability Hub

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.

API Gateway Status Installed and ready for partner testing
v1API Version
JSONResponse Format
API KeyAuthentication
LogsRequest Audit
API tables are available. Use Admin > API Partners to create production keys.

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.

Base URL

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/
Endpoint Catalogue

Available investor and partner API endpoints

All endpoints return JSON. POST endpoints accept JSON request bodies or normal form-data submissions.

GET

company-profile.php

Company profile, contacts, mission, vision and public corporate information.

Company profile readers, investor platforms and due-diligence portals. Required: None
GET

investment-opportunities.php

Published projects, open tenders and strategic roadmap opportunities.

Investor portals and project pipeline dashboards. Required: None
POST

investor-enquiries.php

Submit investor enquiries from connected platforms.

Investment lead capture and partner CRM systems. Required: investor_name, email, investment_area, message
POST

partnership-requests.php

Submit partnership requests and collaboration proposals.

Partner portals, donor systems and corporate development desks. Required: organization, contact_person, email, partnership_type, proposal_summary
GET

project-pipeline.php

Project references and published case-study pipeline.

Monitoring dashboards and external stakeholder portals. Required: None
GET

tender-opportunities.php

Open procurement and tender opportunities.

Vendor platforms, tender boards and procurement portals. Required: None
POST

supplier-registration.php

Submit vendor/supplier registration from external platforms.

Vendor prequalification and supplier database systems. Required: company_name, contact_person, email, category, services
GET

corporate-credentials.php

Approved registrations, policies, credentials and compliance records.

Due diligence, investor review and partner compliance checks. Required: None
GET

scorecards.php

Published scorecard and awards information.

Performance dashboards and corporate recognition systems. Required: None
GET

events.php

Events, trainings, expos and stakeholder calendar.

Training portals, expo sites and corporate event pages. Required: None
GET

sync-status.php

Connectivity test and module availability check.

Technical teams validating API readiness. Required: None
Sample GET Request

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
Sample POST Request

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."}'
Local API Tester

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.
JSON Response Preview Waiting for test...
Select an endpoint and click Run Test.

Common Status Codes

200Request completed successfully.
201Record created successfully.
401Missing or invalid API key.
403IP address not allowed for key.
422Required fields are missing.
503Required table or module is unavailable.

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

1Register API partner in admin.
2Generate and share API key securely.
3Test sync-status endpoint.
4Connect selected GET/POST endpoints.
5Monitor logs and submitted records.
Need integration support?

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.