# Claim Portal API

Magna’s Claim Portal provides a simple public API to query the needed information to integrate the claim process on a third party web page.

It consists of 2 endpoints - one to get the list of allocations for a wallet and one to get the transaction parameters for a specific allocation.

API Base URL: \[claim-portal.yourdomain.com]\
\
\&#xNAN;*Note: API base URL will be provided by the Magna team during onboarding*

**Errors**

Error responses use HTTP statuses signifying their kind and a generic response structure containing an error message. E.g.:

```json
{
	error: "wallet is required"
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.magna.so/magna-api-documentation/claim-portal-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
