I am trying to acces pipefy data through the API, however, I am not able no find my organization ID or my pipe ID anywhere, I am just missing those to finish everything.
Thanks,
Leo
I am trying to acces pipefy data through the API, however, I am not able no find my organization ID or my pipe ID anywhere, I am just missing those to finish everything.
Thanks,
Leo
Best answer by genietim
You can find them in URL when you open Pipefy.
In the start page, the URL will be https://app.pipefy.com/organizations/{yourOrganizationID}, whereas in a pipe, the URL is https://app.pipefy.com/pipes/{thePipeId}
Just use the number you find there.
You might also be able to use the GraphQL API directly to query the organization and pipe ids like this:
query{
organizations {
id, pipes { id }
}
}
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.