This endpoint will retrieve the given user’s inboxes.
curl --request GET \
--url https://api-staging.boost.xyz/users/inboxes \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"draft": true,
"config": {
"features": [
"boost-blitz"
],
"supportedActionTypes": [
"bridge"
],
"projects": [
{
"ids": [
"<string>"
],
"name": "<string>"
}
],
"rewardTokenNetworks": [
"<string>"
],
"rewardTokenAddresses": [
"<any>"
],
"referrerAddress": "<any>",
"theme": {},
"logo": "<string>",
"tags": [
"<string>"
],
"creatorAddresses": [
"<any>"
],
"sortBy": "<string>"
},
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
The response is of type object[]
.
curl --request GET \
--url https://api-staging.boost.xyz/users/inboxes \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"draft": true,
"config": {
"features": [
"boost-blitz"
],
"supportedActionTypes": [
"bridge"
],
"projects": [
{
"ids": [
"<string>"
],
"name": "<string>"
}
],
"rewardTokenNetworks": [
"<string>"
],
"rewardTokenAddresses": [
"<any>"
],
"referrerAddress": "<any>",
"theme": {},
"logo": "<string>",
"tags": [
"<string>"
],
"creatorAddresses": [
"<any>"
],
"sortBy": "<string>"
},
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
This endpoint will retrieve the given user’s inboxes.
curl --request GET \
--url https://api-staging.boost.xyz/users/inboxes \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"draft": true,
"config": {
"features": [
"boost-blitz"
],
"supportedActionTypes": [
"bridge"
],
"projects": [
{
"ids": [
"<string>"
],
"name": "<string>"
}
],
"rewardTokenNetworks": [
"<string>"
],
"rewardTokenAddresses": [
"<any>"
],
"referrerAddress": "<any>",
"theme": {},
"logo": "<string>",
"tags": [
"<string>"
],
"creatorAddresses": [
"<any>"
],
"sortBy": "<string>"
},
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
The response is of type object[]
.
curl --request GET \
--url https://api-staging.boost.xyz/users/inboxes \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"draft": true,
"config": {
"features": [
"boost-blitz"
],
"supportedActionTypes": [
"bridge"
],
"projects": [
{
"ids": [
"<string>"
],
"name": "<string>"
}
],
"rewardTokenNetworks": [
"<string>"
],
"rewardTokenAddresses": [
"<any>"
],
"referrerAddress": "<any>",
"theme": {},
"logo": "<string>",
"tags": [
"<string>"
],
"creatorAddresses": [
"<any>"
],
"sortBy": "<string>"
},
"createdAt": "<string>",
"updatedAt": "<string>"
}
]