# Check persistent integration token existence **GET /tokens/persistent/{audience}** ## Servers - Local development server: http://localhost:8080 (Local development server) - Production server: https://middleware.example.com/api (Production server) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **audience** (string) Integration token audience ## Responses ### 200 Token state #### Body: application/json (object) - **exists** (boolean) ### 400 Invalid audience #### Body: application/json (object) - **message** (string) - **error** (string) ### 401 Unauthorized [Powered by Bump.sh](https://bump.sh)