cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#CONFLUENCE_GET_SPACE_BY_ID' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "CONFLUENCE_GET_SPACE_BY_ID", "parameters": { "spaceId": "<string>", "descriptionFormat": "plain" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Space ID : ID of the space (example: "65539")
Description Format : The content format type to be returned in the description field of the response
plain
view
Success
Was this page helpful?