Contact
Overview
Nexus.gg Creator Program API 1.6.5
Section titled “Nexus.gg Creator Program API 1.6.5”Seamlessly integrate the Nexus creator program into your native checkout process
Authentication
Section titled “ Authentication ”PublicApiKeyAuth
Section titled “PublicApiKeyAuth”Send your public API key (nexus_pk_...) in the X-SHARED-SECRET header. Generate one in the Publisher Dashboard.
X-SHARED-SECRET: nexus_pk_your_key_here
Public keys are read-only, so they are safe to ship inside a game client. Generate one in the Publisher Dashboard under API keys. A request with a missing, inactive, or wrong-type key is rejected with 401 Unauthorized.
Security scheme type: apiKey
Header parameter name: X-SHARED-SECRET
PrivateApiKeyAuth
Section titled “PrivateApiKeyAuth”Send your secret API key (nexus_sk_...) in the X-SHARED-SECRET header. Generate one in the Publisher Dashboard.
X-SHARED-SECRET: nexus_sk_your_key_here
Secret keys can write, so call this endpoint from your server only. Never embed one in a game client or commit it. Generate one in the Publisher Dashboard under API keys. A request with a missing, inactive, or wrong-type key is rejected with 401 Unauthorized.
Security scheme type: apiKey
Header parameter name: X-SHARED-SECRET