cURL
curl --request GET \ --url https://api.spacebring.com/support/guides/v1/{id} \ --header 'Authorization: Basic <encoded-value>'
{ "guide": { "createDate": "2023-11-07T05:31:56Z", "description": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "locale": "<string>", "locationRef": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "media": [ { "create_date": "2023-11-07T05:31:56Z", "height": 123, "key": "<string>", "mime": "<string>", "url": "<string>", "width": 123 } ], "title": "<string>", "visibility": "public" } }
Retrieve a guide by id.
support.readonly
support
See our authentication documentation for how to authorize your requests
The id of the network. Required when using bearer token authentication
The id of the guide
OK
Show child attributes