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
Response
Successful response