GamebeastDocs
Dashboard
Project APIDeeplinks

Get all deeplinks

GET
/application/{applicationId}/deeplinks/

Fetches all deeplinks for a project

Authorization

AuthorizationBearer <token>

Secret server key (prefixed gb_sk_) for server-to-server calls. Send it as Authorization: Bearer <key>. Never ship a secret key in a game client.

In: header

Path Parameters

applicationId*number

Gamebeast project ID

Response Body

curl -X GET "https://example.com/application/0/deeplinks/"
Empty