Skip to content

GitHub

Terminal window
https://mapi.storyblok.com/v1/auth/github/me

Use this endpoint to obtain details of the GitHub account connected to Storyblok.

  • github_email string

    The email address of the GitHub account connected with the current user

  • has_password boolean

    A boolean indicating whether the user has set a password

curl "https://mapi.storyblok.com/v1/v1/auth/github/me" \
-H "Authorization: YOUR_OAUTH_TOKEN"