Authentication

Header api token (http_api_key)

ApiToken of your BitLabs app.

Query api token (http_api_key)

ApiToken of your BitLabs app.

Header s2s token (http_api_key)

S2S (server to server) token of your BitLabs app.

Header user (http_api_key)

Unique identifier of the user you are sending to BitLabs. These are passed back to you in callbacks to allow
you to identify your users. If possible, use UUIDs, numerical IDs or ASCII strings to avoid formatting issues.
Do NOT use JWT or other sensitive tokens to identify your users. We only support up to 65 character long ids.

Query user (http_api_key)

Unique identifier of the user you are sending to BitLabs. These are passed back to you in callbacks to allow
you to identify your users. If possible, use UUIDs, numerical IDs or ASCII strings to avoid formatting issues.
Do NOT use JWT or other sensitive tokens to identify your users. We only support up to 65 character long ids.