CommunityCreate AccountSign in
  • Overview
    • Welcome
    • Authentication
    • Using Environments
  • API Reference
LogoLogo
LogoLogo
CommunityCreate AccountSign in
API ReferenceEnvironments

Get a guide

GET
https://api.x.flatfile.com/v1/environments/:environmentId/guides/:guideId
GET
/v1/environments/:environmentId/guides/:guideId
1curl https://api.x.flatfile.com/v1/environments/us_env_YOUR_ID/guides/us_gu_YOUR_ID \
2 -H "X-Disable-Hooks: true" \
3 -H "Authorization: Bearer <token>"
Try it
200Example0
1{
2 "data": {
3 "id": "us_gu_YOUR_ID",
4 "slug": "getting-started",
5 "title": "Importing your data",
6 "versions": [],
7 "blocks": [],
8 "createdAt": "2023-10-30T16:59:45.735Z",
9 "updatedAt": "2023-10-30T16:59:45.735Z",
10 "description": "Getting started guide",
11 "metadata": {
12 "category": "onboarding"
13 }
14 }
15}
Returns a guide
Was this page helpful?
Previous

Update a guide

Next
Built with
Update a guide
Returns a guide

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Path parameters

environmentIdstringRequired
ID of the environment
guideIdstringRequired
ID of guide

Headers

X-Disable-Hooks"true"RequiredDefaults to true