v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13256.3 KB
apps

Verify an API token by asserting the app and persona it belongs to. The verification is a protection against client-side attacks and will fail if the contents of the token don't match the provided values. A token must be verified before it can be used to manipulate user tags.

post/v1alpha1/{+appPackage}/{+token}:verify

Path parameters

appPackagestring required

Required. App the token belongs to. Format: apps/{package_name}

tokenstring required

Required. The token to be verified. Format: tokens/{token}

Request body

personastring

Required. Persona represented by the token. Format: personas/{persona}

Response

Successful response

All 2 operations