Advertisement
antonio_pedro

teste cpf

Jan 23rd, 2025
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1. BASE_URL = "https://apigateway.conectagov.estaleiro.serpro.gov.br"
  2. TOKEN_URL = f"{BASE_URL}/oauth2/jwt-token"
  3. CONSULTA_CPF_URL = f"{BASE_URL}/api-cpf-light/v2/consulta/cpf"
  4. CLIENT_ID = "seu-client-id"
  5. CLIENT_SECRET = "seu-client-secret"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement