We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd1ef7b + 3a50bd9 commit b44dab5Copy full SHA for b44dab5
credentials/SubstackApi.credentials.ts
@@ -39,7 +39,7 @@ export class SubstackApi implements ICredentialType {
39
type: 'generic',
40
properties: {
41
headers: {
42
- Cookie: '=connect.sid={{$credentials.apiKey}}',
+ Cookie: '=substack.sid={{$credentials.apiKey}}',
43
},
44
45
};
@@ -50,7 +50,7 @@ export class SubstackApi implements ICredentialType {
50
url: '/api/v1/subscription',
51
method: 'GET',
52
53
54
55
56
0 commit comments