latestOpenAPI 3.1.02026-08-1014497184.0 KB
8b99dca11019
expo
channel/mobile_push
List all Expo integrations
Retrieves the current Expo integration configurations for a specific integration type in the project. Returns configuration details and status information.
get/integrations/expo
Response
OK
Example response
{
"data": [
{
"config": {
"access_token": "expo_access_token"
},
"id": "123",
"name": "<provider-name>"
}
],
"links": {
"first": "https://api.magicbell.com/v1/example",
"next": "https://api.magicbell.com/v1/example?page_next=abc",
"prev": null
}
}