cURL
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/config/services \ --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 a lista de todos os serviços disponíveis para integração
Alias da loja
Agrupa os serviços de acordo com suas categorias
Lista de serviços disponíveis
The response is of type object.
object
Was this page helpful?