v1
latestOpenAPI 3.0.32026-08-0615026.5 KBAuthentication
Generate an API token. Should be done from the GenPage dashboard.
This endpoint returns the generated token to be used in the external integration.
post/api/external/v1/generate-api-token
Request body
Example request
{
"name": "b",
"workspace_id": 16
}Response
Example response
{
"token": "Bearer <Bearer token>"
}