We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4621a commit dab01bcCopy full SHA for dab01bc
1 file changed
README.md
@@ -10,7 +10,7 @@ Signs API requests and allows interaction via cURL methods.
10
* Setup
11
*/
12
$companyId = 0; // Company ID
13
-$identifier = 'sid:?/imid:?'; // Identifier
+$identifier = 'sid:?/imid:?'; // Identifier either sid: (staff id) or imid: (integration member id) followed by the id provided.
14
$secret = '...'; // API Key
15
16
$signer = (new \Kobas\Auth\Signer($companyId, $identifier, $secret));
0 commit comments