Accessing Profile API
Using Galaxy to access the user profile graph.
Now that you have the access token from the previous step, you can make authorized requests to the Galaxy API and Passport API.
The Galaxy API is a GraphQL API accessible at https://galaxy.rollup.id. To incorporate our GQL schemas into your GraphQL client, you can use GraphQL codegen tools.
When calling the API, you'll need to include the Galaxy API key from your app and, in some cases, the signed JWT/access token.
For a comprehensive overview of the API, please refer to the full API reference documentation available here.
Last modified 1mo ago