curl --request GET \
--url https://api.backside.app/api/v1/provisioning/key \
--header 'Authorization: Bearer <token>'{
"docs_url": "<string>",
"key": "<string>",
"key_hint": "<string>",
"next_steps": "<string>",
"plan": "<string>",
"tenant_slug": "<string>"
}curl --request GET \
--url https://api.backside.app/api/v1/provisioning/key \
--header 'Authorization: Bearer <token>'{
"docs_url": "<string>",
"key": "<string>",
"key_hint": "<string>",
"next_steps": "<string>",
"plan": "<string>",
"tenant_slug": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Checkout session claim token
Was this page helpful?