GOLDSHORE

Protected access

Log in to GoldShore

Choose the identity route that matches the service you need. Access permissions are still enforced after sign-in.

Need access first? .

Account request

Create a GoldShore account

GoldShore accounts are provisioned for approved clients, collaborators, and operators. Tell us what you need so we can route the request correctly.

Already approved? .

Developer hub

Webhooks

Inbound provider events are handled by dedicated routes inside the unified gs-api service. Endpoint addresses and signing requirements are integration-specific.

  1. 01

    Use the event-specific gs-api endpoint supplied for your provider.

  2. 02

    Verify every production signature before parsing or acting on a payload.

  3. 03

    Acknowledge quickly, move slow work to a queue, and make retries idempotent.

  4. 04

    Log request identifiers and outcomes without recording payload secrets or credentials.

  5. 05

    Test failure, duplicate-delivery, and out-of-order event handling before launch.