cURL
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/config/services/{serviceAlias} \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "data": [ { "alias": "<string>", "name": "<string>", "description": "<string>", "extra_description": "<string>", "website_url": "<string>", "auth_type": "<string>", "authorize_url": "<string>", "category": "<string>", "category_description": "<string>", "public_category": "<string>", "public_category_description": "<string>", "external": true, "icon_url": "<string>", "has_config": true, "active_config": true, "auto_send": true, "articles": [ "<string>" ], "is_new": true, "tags": "<string>" } ] }
Obtém os detalhes de um serviço específico
Alias da loja
Alias do serviço
Detalhes do serviço
The response is of type object.
object
Was this page helpful?