Learn how to refresh expired embed tokens for your agent’s continuous operation
Header | Description |
---|---|
Content-Type | application/json |
refresh
(string, required): Your valid refresh token obtained from the initial token generationaccess
(string): New JWT access token for embedding the agentStatus Code | Description |
---|---|
400 | Invalid request parameters |
401 | Invalid or expired refresh token |
403 | Unauthorized access |
500 | Internal server error |