latestOpenAPI 3.1.02026-08-1014497184.0 KB

8b99dca11019

expo
channel/mobile_push

Save an Expo integration

Updates or creates the Expo integration for the project.

put/integrations/expo

Request body

access_tokenstring required

The Expo access token used to authenticate push notifications.

Example request

{
  "access_token": "expo_access_token"
}

Response

OK

access_tokenstring required

The Expo access token used to authenticate push notifications.

Example response

{
  "access_token": "expo_access_token"
}