cURL
curl --request GET \ --url https://api.alpic.ai/v1/distribution/info \ --header 'Authorization: Bearer <token>'
{ "serverFields": { "$schema": "<string>", "name": "<string>", "description": "<string>", "version": "<string>", "title": "<string>", "websiteUrl": "<string>", "icons": [ { "src": "<string>", "mimeType": "<string>", "sizes": [ "<string>" ] } ], "remotes": [ { "type": "<string>", "url": "<string>", "headers": [ { "name": "<string>", "description": "<string>", "isRequired": true, "isSecret": true } ] } ] } }
Get info about a server
Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.
The server info
Show child attributes
Was this page helpful?
Contact support