5 minutes

Quickstart

Create a tenant API key, enable a product scope, and call your first sandbox endpoint.

Steps

  • Your business tenant is onboarded and given a sandbox workspace.
  • Accept the tenant invite, set your password, and sign in to the tenant portal.
  • Confirm the product service is enabled for your tenant, for example CAC or IPO.
  • Create an API key and select the product service scope you want to call.
  • Call the service endpoint with `X-API-Key` and `X-Environment`.
  • Review request logs, wallet usage, endpoint pricing, and service status in the portal.

First CAC Request

bash
curl -X GET "http://identity.stg.parthiantechnology.com/api/v1/company/validation/company/rc?rcNumber=RC1234567" \
  -H "X-API-Key: sk_test_your_key" \
  -H "X-Environment: sandbox"

First IPO Request

bash
curl -X GET "http://203.123.85.26/api/ngx-invest/offers" \
  -H "X-API-Key: sk_test_your_key" \
  -H "X-Environment: sandbox"