❗How to get Pynt ID for CI/CD Authentication
Learn how to obtain your Pynt ID for CI/CD authentication. Follow these simple steps to integrate Pynt into your CI/CD pipelines and secure your APIs effectively.
Why do I need Pynt-Id
Pynt-Id is your authentication token to Pynt platform it is needed to integrate Pynt into your CI/CD pipeline.
How should I get Pynt-Id
There are two ways to get Pynt ID:
Via Pynt platform
Go to Settings -> General -> Pynt ID and copy it.

Via Pynt CLI
In Pynt CLI, Run:
pynt pynt-id
(You will be asked to login on your first time running Pynt)

Last updated