curl --request POST \
--url https://api-staging.boost.xyz/inboxes/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"config": {
"features": [
"boost-blitz"
],
"supportedActionTypes": [
"bridge"
],
"projects": [
{
"ids": [
"<string>"
],
"name": "<string>"
}
],
"theme": {},
"logo": "<string>",
"rewardTokenNetworks": [
"<string>"
],
"rewardTokenAddresses": [
"<unknown>"
],
"referrerAddress": "<unknown>",
"tags": [
"<string>"
],
"creatorAddresses": [
"<unknown>"
],
"sortBy": "<string>"
},
"draft": true
}
'{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"draft": true,
"config": {
"features": [
"boost-blitz"
],
"supportedActionTypes": [
"bridge"
],
"projects": [
{
"ids": [
"<string>"
],
"name": "<string>"
}
],
"theme": {},
"logo": "<string>",
"rewardTokenNetworks": [
"<string>"
],
"rewardTokenAddresses": [
"<unknown>"
],
"referrerAddress": "<unknown>",
"tags": [
"<string>"
],
"creatorAddresses": [
"<unknown>"
],
"sortBy": "<string>"
},
"createdAt": "<string>",
"updatedAt": "<string>"
}This creates a new Inbox for the authenticated user
curl --request POST \
--url https://api-staging.boost.xyz/inboxes/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"config": {
"features": [
"boost-blitz"
],
"supportedActionTypes": [
"bridge"
],
"projects": [
{
"ids": [
"<string>"
],
"name": "<string>"
}
],
"theme": {},
"logo": "<string>",
"rewardTokenNetworks": [
"<string>"
],
"rewardTokenAddresses": [
"<unknown>"
],
"referrerAddress": "<unknown>",
"tags": [
"<string>"
],
"creatorAddresses": [
"<unknown>"
],
"sortBy": "<string>"
},
"draft": true
}
'{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"draft": true,
"config": {
"features": [
"boost-blitz"
],
"supportedActionTypes": [
"bridge"
],
"projects": [
{
"ids": [
"<string>"
],
"name": "<string>"
}
],
"theme": {},
"logo": "<string>",
"rewardTokenNetworks": [
"<string>"
],
"rewardTokenAddresses": [
"<unknown>"
],
"referrerAddress": "<unknown>",
"tags": [
"<string>"
],
"creatorAddresses": [
"<unknown>"
],
"sortBy": "<string>"
},
"createdAt": "<string>",
"updatedAt": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The base configuration required to create an Inbox. The Inbox's name will be slugified for alternative lookup.
Show child attributes
boost-blitz, dark-mode, embedded-actions, llama-treasury, project-sidebar, social-proofs bridge, stake, swap, mint, burn, quest, deposit, delegate, lend, other, options, vote, follow, recast, create, complete, collect, premint Success
Show child attributes
boost-blitz, dark-mode, embedded-actions, llama-treasury, project-sidebar, social-proofs bridge, stake, swap, mint, burn, quest, deposit, delegate, lend, other, options, vote, follow, recast, create, complete, collect, premint