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 NameandWALLET_URLto us. PROVIDER_URL,WALLET_URL,CASINO_IDandAUTH_TOKENwill 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-KEYheader of the request. - In case of signature mismatch, server (GCP and wallet) should respond with
HTTP 403 Forbidden.
Workflow
