Skip to content

Commit dab01bc

Browse files
authored
Clarifying SID vs IMID
1 parent fb4621a commit dab01bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Signs API requests and allows interaction via cURL methods.
1010
* Setup
1111
*/
1212
$companyId = 0; // Company ID
13-
$identifier = 'sid:?/imid:?'; // Identifier
13+
$identifier = 'sid:?/imid:?'; // Identifier either sid: (staff id) or imid: (integration member id) followed by the id provided.
1414
$secret = '...'; // API Key
1515

1616
$signer = (new \Kobas\Auth\Signer($companyId, $identifier, $secret));

0 commit comments

Comments
 (0)