Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.magna.so/api/external/v1/portals/{id} \ --header 'x-magna-api-token: <api-key>'
{ "isProcessed": true, "result": { "id": "po...uuid", "name": "Acme Claim Portal", "projectId": "p...uuid", "domains": [ "acme.demo-portal.magna.so" ], "legalEntityName": "Acme Inc.", "version": "V2", "configuration": { "...": "version-specific portal configuration" }, "createdAt": "2024-04-15T21:26:21.000Z", "updatedAt": "2024-04-15T21:26:21.000Z", "claimConfig": { "tokenId": "tok...uuid", "contractId": "c...uuid", "startTimestamp": "2024-05-01T00:00:00.000Z", "endTimestamp": null }, "auth": { "magnaApiToken": null, "terminal3": null, "x": null } } }
Retrieve a single claim portal by ID, including its claim config and auth settings.
1
Successful response
Endpoint-specific result payload.