This endpoint returns a list of guides that the authenticated account has published.
GET
Authorizations
This API uses OAuth 2 with the authorization code flow.
You must pass in your client_id
to the Authorization
header using Bearer
.
Query Parameters
Page number for pagination
Required range:
x >= 1
Number of items per page
Required range:
1 <= x <= 100