Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workspace_id param to Seam constructor for use with Personal Access Token. #86

Open
DebbieAtSeam opened this issue Dec 15, 2023 · 0 comments

Comments

@DebbieAtSeam
Copy link

DebbieAtSeam commented Dec 15, 2023

If you want to authenticate using a Personal Access Token (PAT), you must specify the desired workspace_id in the constructor.
Perhaps like this...

$seam = new Seam\SeamClient(
  // Specify PAT.
  $pat,
  // Specify workspace ID.
  $workspace_id,
  "https://connect.getseam.com"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant