Introduction
Welcome to 7SoftTech Seamless API documentation!
Terms
Term | Description |
---|---|
Casino | the operator who works with the players |
Game provider | the final content provider |
PROVIDER_URL | games content provider api endpoint |
WALLET_URL | wallet server api endpoint |
CASINO_ID | casino's identifiers |
AUTH_TOKEN | token used to sign messages |
Before integration
- Provide your
Project Name
andWALLET_URL
to us. PROVIDER_URL
,WALLET_URL
,CASINO_ID
andAUTH_TOKEN
will be provided by one of our manager.
Security
- Each request between servers should be signed.
- Each request's signature should be validated.
- Request’s body should be json object.
- Signature should be sent in
X-API-KEY
header of the request. - In case of signature mismatch, server (GCP and wallet) should respond with
HTTP 403 Forbidden
.