Estamos trabalhando nessa nova versão da documentação.
Para visitar a versão antiga: API Pipeimob - Postman.
REQUIRED_SCOPE_CREDENTIALS_UPDATE.curl --location --request POST '/v1/credentials/update' \
--header 'authorization;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"nome": "string",
"scopes": [
"string"
],
"ambiente": "producao"
}'null