Skip to content

Overview

Seamlessly integrate the Nexus creator program into your native checkout process

Information

  • OpenAPI version: 3.0.0

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

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