Hi, I’m working with the bitrise Api and looking to create a new app into the company workplace not my user profile
I need to know how to authenticate like the owner account not my personal user.
I’m using this API method
curl -X POST -H ‘Authorization: token’ ‘https://api.bitrise.io/v0.1/apps/app_slug/finish’ -d
‘{
“project_type”: “android”,
“stack_id”: “linux-docker-android-20.04”,
“config”: “default-android-config”,
“mode”: “manual”,
“organization_slug”: “company_slug”
}’
in the field organization_slug I’m putting the company slug but always is being created into my profile space.
Could you please help me?
Thanks.-