OAuth2
Generate tokens
Exchange authorization code for access token or refresh an existing token.
post/oauth/tokens
Request body
Example request
{
"resource": "https://api.hyperline.co/mcp"
}Exchange authorization code for access token or refresh an existing token.
{
"resource": "https://api.hyperline.co/mcp"
}